Skip to content

Commit

Permalink
Revert "use command defined in image"
Browse files Browse the repository at this point in the history
This reverts commit 83eea52.
  • Loading branch information
davdhacs committed Sep 25, 2024
1 parent 579227f commit 15e6041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/infra-server/static/workflow-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-aks-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -96,6 +98,8 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-aks-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down

0 comments on commit 15e6041

Please sign in to comment.