Skip to content

Commit

Permalink
Fix mustaches
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-arkenaar authored Sep 16, 2020
1 parent 8ea8127 commit 4177021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: { { template "signals-frontend.fullname" . } }
labels: { { - include "signals-frontend.labels" . | nindent 4 } }
name: {{ template "signals-frontend.fullname" . }}
labels: {{ - include "signals-frontend.labels" . | nindent 4 }}
data:
app.json: |-
{{ .Values.config | toJson | nindent 4 }}

0 comments on commit 4177021

Please sign in to comment.