Merge "Update calicoctl-utility container with 'shareProcessNamespace: true'"

This commit is contained in:
Zuul 2020-07-27 00:59:56 +00:00 committed by Gerrit Code Review
commit 88d87ff373

View File

@ -114,6 +114,7 @@ spec:
serviceAccountName: {{ $serviceAccountName }}
nodeSelector:
{{ .Values.labels.utility.node_selector_key }}: {{ .Values.labels.utility.node_selector_value }}
shareProcessNamespace: true
containers:
- name: calicoctl-utility
{{ tuple $envAll "calicoctl_utility" | include "helm-toolkit.snippets.image" | indent 10 }}