Skip to content

Commit

Permalink
fix: syntax in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eschrewe committed Jun 13, 2024
1 parent e0d2649 commit 992d60a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/puris/templates/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ spec:
- name: PURIS_ERPADAPTER_URL
value: "{{ .Values.backend.puris.erpadapter.url}}"
- name: PURIS_ERPADAPTER_AUTHKEY
{{/* value: "{{ .Values.backend.puris.erpadapter.authkey}}"*/}}
valueFrom:
secretKeyRef:
name: "{{ .Values.backend.puris.existingSecret }}"
Expand Down

0 comments on commit 992d60a

Please sign in to comment.