Skip to content

Commit

Permalink
Add argument "name" to step "ShutdownApplication" (#1271)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
muffl0n and mergify[bot] authored Mar 8, 2022
1 parent fe00227 commit dcbf055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ Example:
name: ShutdownApplication
args:
namespace: "{{ .Deployment.Namespace }}"
name: "{{ .Deployment.Name }}"
kind: deployment
replicas: 0
- func: PrepareData
Expand Down

0 comments on commit dcbf055

Please sign in to comment.