Merge "readOnlyRootFilesystem: true for openvswitch chart"

This commit is contained in:
Zuul 2019-03-06 15:22:54 +00:00 committed by Gerrit Code Review
commit 5c7af7e3d9
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@ spec:
annotations:
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
spec:
securityContext:
readOnlyRootFilesystem: true
shareProcessNamespace: true
serviceAccountName: {{ $serviceAccountName }}
nodeSelector:

View File

@ -40,6 +40,8 @@ spec:
annotations:
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
spec:
securityContext:
readOnlyRootFilesystem: true
shareProcessNamespace: true
serviceAccountName: {{ $serviceAccountName }}
nodeSelector: