Skip to content

Commit

Permalink
Using correct configmap name
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Aug 15, 2023
1 parent a670a02 commit 093e434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd/home-assistant/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-configmap
name: config-file
data:
datafile.yaml: |
{{ .Files.Get "files/configuration.yaml" | indent 4 }}

0 comments on commit 093e434

Please sign in to comment.