Skip to content

Commit

Permalink
Fixing bug in configmap format (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou authored Jun 10, 2024
1 parent 3b3b963 commit 9680065
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#@ load("@ytt:overlay", "overlay")
#@ load("@ytt:data", "data")
#@ load("@ytt:yaml", "yaml")
---
apiVersion: v1
kind: Namespace
Expand All @@ -13,4 +14,4 @@ metadata:
name: educates-config
namespace: educates-config
data:
values.yaml: #@ data.values
values.yaml: #@ yaml.encode(data.values)

0 comments on commit 9680065

Please sign in to comment.