Skip to content

Commit 0dabde7

Browse files
authored
fix: missing pound sign in comment (idan-codefresh#15)
Signed-off-by: Hui Kang <[email protected]>
1 parent 6e129c7 commit 0dabde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/istio-subset/rollout.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
cpu: 5m
2828
strategy:
2929
canary:
30-
analysis will be performed in background, while rollout is progressing through its steps
30+
# analysis will be performed in background, while rollout is progressing through its steps
3131
analysis:
3232
startingStep: 1 # index of step list, of when to start this analysis
3333
templates:

0 commit comments

Comments
 (0)