Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/banderlog/k8s_calc into main
Browse files Browse the repository at this point in the history
  • Loading branch information
banderlog committed Jan 5, 2022
2 parents 0788d31 + 234752a commit f41995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8-calc/templates/calc-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: ConfigMap
metadata:
name: calculateme-configmap
data:
calculateme: {{.Values.expression}}
calculateme: {{ .Values.expression }}

0 comments on commit f41995c

Please sign in to comment.