Remove the use of secrets from node level logging agents
This commit is contained in:
parent
d85d7de444
commit
53ec5e38c7
@ -14,9 +14,6 @@ spec:
|
|||||||
mountPath: /varlog
|
mountPath: /varlog
|
||||||
- name: containers
|
- name: containers
|
||||||
mountPath: /var/lib/docker/containers
|
mountPath: /var/lib/docker/containers
|
||||||
- name: token-system-logging
|
|
||||||
mountPath: /etc/token-system-logging
|
|
||||||
readOnly: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: varlog
|
- name: varlog
|
||||||
hostPath:
|
hostPath:
|
||||||
@ -24,6 +21,4 @@ spec:
|
|||||||
- name: containers
|
- name: containers
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/containers
|
path: /var/lib/docker/containers
|
||||||
- name: token-system-logging
|
|
||||||
secret:
|
|
||||||
secretName: token-system-logging
|
|
||||||
|
@ -14,9 +14,6 @@ spec:
|
|||||||
mountPath: /varlog
|
mountPath: /varlog
|
||||||
- name: containers
|
- name: containers
|
||||||
mountPath: /var/lib/docker/containers
|
mountPath: /var/lib/docker/containers
|
||||||
- name: token-system-logging
|
|
||||||
mountPath: /etc/token-system-logging
|
|
||||||
readOnly: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: varlog
|
- name: varlog
|
||||||
hostPath:
|
hostPath:
|
||||||
@ -24,6 +21,4 @@ spec:
|
|||||||
- name: containers
|
- name: containers
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/containers
|
path: /var/lib/docker/containers
|
||||||
- name: token-system-logging
|
|
||||||
secret:
|
|
||||||
secretName: token-system-logging
|
|
||||||
|
Loading…
Reference in New Issue
Block a user