Skip to content

Commit

Permalink
chore: Update yampl template: .Value -> current
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 27, 2024
1 parent 23fdb2c commit 3ae0427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/expected.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hello: world #yampl {{ .hello }}
image:
repository: golang:latest #yampl {{ .Value }}:{{ .tag }}
repository: golang:latest #yampl {{ current }}:{{ .tag }}
2 changes: 1 addition & 1 deletion test/input.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hello: "" #yampl {{ .hello }}
image:
repository: golang #yampl {{ .Value }}:{{ .tag }}
repository: golang #yampl {{ current }}:{{ .tag }}

0 comments on commit 3ae0427

Please sign in to comment.