Commit c4229be7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46035 from crassirostris/fluentd-config-version-bump

Automatic merge from submit-queue Add version for fluentd-gcp config Fluentd-gcp config should be versioned, because otherwise during the update race can happen and the new pod can mount the old config
parents 3999de6d a6ccc895
......@@ -415,7 +415,7 @@ data:
</store>
</match>
metadata:
name: fluentd-gcp-config
name: fluentd-gcp-config-v1.0
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: Reconcile
......@@ -118,7 +118,7 @@ spec:
path: /usr/lib64
- name: config-volume
configMap:
name: fluentd-gcp-config
name: fluentd-gcp-config-v1.0
- name: ssl-certs
hostPath:
path: /etc/ssl/certs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment