Skip to content

Commit

Permalink
Fix: rebase workflow on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Somefive committed Sep 12, 2021
1 parent 05ace1b commit 9f5d2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stdlib/op.cue
Expand Up @@ -110,7 +110,7 @@ import (
} @step(3)

target: yaml.Unmarshal(configMap.value.data["\(env)"])
apply: #Steps & {
apply: #Steps & {
for key, val in target {
"\(key)": kube.#Apply & {
value: val
Expand Down

0 comments on commit 9f5d2a5

Please sign in to comment.