Skip to content

Commit

Permalink
fix: String interpreted as boolean in labels (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnylangefeld committed Jul 19, 2020
1 parent 19e700a commit 49ef5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Workflow
metadata:
generateName: hello-world-
labels:
workflows.argoproj.io/archive-strategy: false
workflows.argoproj.io/archive-strategy: "false"
spec:
entrypoint: whalesay
templates:
Expand Down

0 comments on commit 49ef5c0

Please sign in to comment.