We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467a21d commit 87e0b58Copy full SHA for 87e0b58
1 file changed
src/managing-workflow/upgrading-workflow.md
@@ -77,7 +77,7 @@ $ helmc generate -x manifests workflow-v2.0.0
77
78
# copy your active database secrets into the helmc workspace
79
$ cp ~/active-deis-database-secret-creds.yaml \
80
- $(helmc home)/workspace/charts/workflow-v2.0.0-manifests/deis-database-secret-creds.yaml
+ $(helmc home)/workspace/charts/workflow-v2.0.0/manifests/deis-database-secret-creds.yaml
81
82
# copy your active builder ssh keys into the helmc workspace
83
$ cp ~/active-deis-builder-secret-ssh-private-keys.yaml \
0 commit comments