Skip to content

Commit

Permalink
Add arg "name" to examples of "ScaleWorkload" (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
muffl0n committed Aug 16, 2022
1 parent 0956878 commit 48f7b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Example of scaling down:
name: examplePhase
args:
namespace: "{{ .Deployment.Namespace }}"
name: "{{ .Deployment.Name }}"
kind: deployment
replicas: 0
Expand All @@ -199,6 +200,7 @@ Example of scaling up:
name: examplePhase
args:
namespace: "{{ .Deployment.Namespace }}"
name: "{{ .Deployment.Name }}"
kind: deployment
replicas: 1
waitForReady: false
Expand Down

0 comments on commit 48f7b67

Please sign in to comment.