We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4021806 + a5d68b1 commit 5e42594Copy full SHA for 5e42594
1 file changed
orb.yml
@@ -480,7 +480,7 @@ commands:
480
name: Release information
481
command: |
482
# Display only the part following NOTES from the helm status.
483
- helm status $RELEASE_NAME | sed -e '1,/NOTES/d'
+ helm status "$RELEASE_NAME" | sed -e '1,/NOTES/d'
484
485
drupal-helm-deploy:
486
parameters:
@@ -573,7 +573,4 @@ commands:
573
# Get all deployments in the release and check the status of each one.
574
kubectl get deployment -n "$reponame" -l "release=${RELEASE_NAME}" -o name | xargs -n 1 kubectl rollout status -n "$reponame"
575
576
- # Display only the part following NOTES from the helm status.
577
- helm status "$RELEASE_NAME" | sed -e '1,/NOTES/d'
578
-
579
- helm-release-information
0 commit comments