Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Sep 8, 2024
1 parent ae1eece commit f7bc16a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/keep/templates/keep-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
labels:
{{- include "keep.selectorLabels" . | nindent 8 }}
keep-component: backend
Expand Down Expand Up @@ -59,8 +60,8 @@ spec:
{{- else if .configMapKeyRef }}
valueFrom:
configMapKeyRef:
name: {{ tpl (.configMapName | toString) $ }}
key: {{ tpl (.configMapKey | toString) $ }}
name: {{ tpl (.configMapKeyRef.name | toString) $ }}
key: {{ tpl (.configMapKeyRef.key | toString) $ }}
{{- else if .fieldRef }}
valueFrom:
fieldRef:
Expand Down

0 comments on commit f7bc16a

Please sign in to comment.