Merge pull request #8187 from satnam6502/nosecret

Remove the use of secrets from node level logging agents
This commit is contained in:
Yu-Ju Hong 2015-05-13 11:12:08 -07:00
commit ad83197c63
2 changed files with 2 additions and 12 deletions

View File

@ -14,9 +14,6 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
- name: token-system-logging
mountPath: /etc/token-system-logging
readOnly: true
volumes:
- name: varlog
hostPath:
@ -24,6 +21,4 @@ spec:
- name: containers
hostPath:
path: /var/lib/docker/containers
- name: token-system-logging
secret:
secretName: token-system-logging

View File

@ -14,9 +14,6 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
- name: token-system-logging
mountPath: /etc/token-system-logging
readOnly: true
volumes:
- name: varlog
hostPath:
@ -24,6 +21,4 @@ spec:
- name: containers
hostPath:
path: /var/lib/docker/containers
- name: token-system-logging
secret:
secretName: token-system-logging