diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-31 18:10:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-31 18:10:50 +0000 |
commit | 20a7b21e9ceb5d2018d83b1a6b7b8672db84eaeb (patch) | |
tree | 889eb471ecd4552491dbda3cb6fb14478efe3c27 /kubernetes/a1policymanagement/templates/deployment.yaml | |
parent | 6da6a11b3671bd477b7538f7d9cc57c09adc40cb (diff) | |
parent | f6cbd51b0e4762120396383a8ca3042c3880eb42 (diff) |
Merge "[CCSDK] Correct permissions of mounted configmaps" into guilin
Diffstat (limited to 'kubernetes/a1policymanagement/templates/deployment.yaml')
-rw-r--r-- | kubernetes/a1policymanagement/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/a1policymanagement/templates/deployment.yaml b/kubernetes/a1policymanagement/templates/deployment.yaml index 1a2866b981..db1b53f5f6 100644 --- a/kubernetes/a1policymanagement/templates/deployment.yaml +++ b/kubernetes/a1policymanagement/templates/deployment.yaml @@ -94,10 +94,10 @@ spec: - name: {{ include "common.fullname" . }}-policy-conf-input configMap: name: {{ include "common.fullname" . }}-policy-conf - defaultMode: 0555 - name: {{ include "common.fullname" . }}-envsubst-scripts configMap: name: {{ include "common.fullname" . }}-envsubst-scripts + defaultMode: 0555 - name: config emptyDir: medium: Memory |