Skip to content

Commit

Permalink
fix: Helm syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 13, 2022
1 parent 63a7827 commit 7dfd982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ledger/templates/agent_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
key: token
name: {{ include "ledger.fullname" . }}-agent
- name: LEDGER_NAMESPACE
value: {{ .Values.ledgerAgent.namespaced ? .Release.Namespace : "" }}
value: {{ .Values.ledgerAgent.namespaced | ternary .Release.Namespace "" }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 7dfd982

Please sign in to comment.