Skip to content

Commit

Permalink
don't push configmap when unused
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Apr 29, 2024
1 parent a47233e commit 7b60e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/sequencer-relayer/templates/configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data:
start-relayer.sh: |
{{- .Files.Get "files/scripts/start-relayer.sh" | nindent 4 }}
---
---
{{- if not .Values.secretProvider.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -49,3 +49,4 @@ data:
{{ .Values.config.celestiaAppPrivateKey.secret.filename }}: |
{{ .Values.config.celestiaAppPrivateKey.devContent }}
---
{{- end }}

0 comments on commit 7b60e3b

Please sign in to comment.