Skip to content

Commit

Permalink
Update deferPhaes function to not mention image (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits committed Apr 22, 2022
1 parent 4af4ce8 commit fc0978f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,17 +480,18 @@ from the output that is being generated from ``DeferPhase`` as shown below.
- |
echo "Main Phase"
deferPhase:
func: KubeTask
func: KubeExec
name: saveBackupTime
args:
image: ghcr.io/kanisterio/mysql-sidecar:0.74.0
namespace: "{{ .Deployment.Namespace }}"
pod: "{{ index .Deployment.Pods 0 }}"
container: test-container
command:
- sh
- -c
- |
echo "DeferPhase"
kando output bkpCompletedTime "10Minutes"
- sh
- -c
- |
echo "DeferPhase"
kando output bkpCompletedTime "10Minutes"
EOF
Expand Down

0 comments on commit fc0978f

Please sign in to comment.