Skip to content

Commit

Permalink
fix: use command defined in image (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs authored Sep 25, 2024
1 parent 63f16ab commit bb61992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/infra-server/static/workflow-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
image: quay.io/stackrox-io/ci:automation-flavors-aks-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint
- entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
image: quay.io/stackrox-io/ci:automation-flavors-aks-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint
- entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down

0 comments on commit bb61992

Please sign in to comment.