diff options
Diffstat (limited to 'helm/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml')
-rw-r--r-- | helm/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/helm/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml b/helm/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml index 0924d445..bcb3dae5 100644 --- a/helm/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml +++ b/helm/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml @@ -80,13 +80,7 @@ spec: secretKeyRef: name: {{ .Chart.Name }}-restserver-secret key: password -{{- if .Values.config.useStrimziKafka }} - - name: JAASLOGIN - valueFrom: - secretKeyRef: - name: {{ .Chart.Name }}-policy-kafka-user - key: sasl.jaas.config -{{- end }} + volumeMounts: - mountPath: /config-input name: ac-pf-ppnt-config |