Skip to content

Commit

Permalink
feat: Merge branch 'feature/tpl5' of https://github.com/keephq/helm-c…
Browse files Browse the repository at this point in the history
…harts into feature/tpl5
  • Loading branch information
shahargl committed Sep 8, 2024
2 parents 8f51368 + 74663d5 commit ae1eece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/keep/templates/keep-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ spec:
{{- if .secretKeyRef }}
valueFrom:
secretKeyRef:
name: {{ .secretKeyRef.secretName }}
key: {{ .secretKeyRef.secretKey }}
name: {{ tpl (.secretKeyRef.secretName | toString) $ }}
key: {{ tpl (.secretKeyRef.secretKey | toString) $ }}
{{- else if .configMapKeyRef }}
valueFrom:
configMapKeyRef:
name: {{ .configMapName }}
key: {{ .configMapKey }}
name: {{ tpl (.configMapName | toString) $ }}
key: {{ tpl (.configMapKey | toString) $ }}
{{- else if .fieldRef }}
valueFrom:
fieldRef:
Expand Down

0 comments on commit ae1eece

Please sign in to comment.