Skip to content

Commit

Permalink
fix: do not unmarshall manifest value
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Oct 2, 2023
1 parent 2b80326 commit 6d98e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/raw-resources/templates/resources.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- range .Values.manifests }}
---
{{ toYaml . -}}
{{ . -}}
{{- end }}

0 comments on commit 6d98e7d

Please sign in to comment.