diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-03-25 10:10:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-03-25 10:10:40 +0000 |
commit | f2178120d049f004cb189f4af3c65bb0d4d81e6c (patch) | |
tree | 1e0c1f78ced66f5a6482b311cb2c9e5f46e7554b /kubernetes/aai/components/aai-sparky-be/templates | |
parent | 3e345368d827d7694a63a77564d5a2bdca9cd3f6 (diff) | |
parent | 013545ab19ff83dacacceaca251764c39b1cd1c8 (diff) |
Merge "[AAI] Kyverno - disallow-host-path policy"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/templates')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml b/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml index 54f93bc144..00e43d2c21 100644 --- a/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml +++ b/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml @@ -67,9 +67,6 @@ spec: echo "*** actual launch of AAI Sparky BE" /opt/app/sparky/bin/start.sh volumeMounts: - - mountPath: /etc/localtime - name: localtime - readOnly: true - mountPath: {{ .Values.log.path }} name: logs - mountPath: /opt/app/sparky/config/application.properties @@ -128,9 +125,6 @@ spec: {{ include "common.log.sidecar" . | nindent 6 }} serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - - name: localtime - hostPath: - path: /etc/localtime - name: config configMap: name: {{ include "common.fullname" . }} |