Skip to content

Commit

Permalink
entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs committed Sep 25, 2024
1 parent 15e6041 commit 504aced
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 504aced

Please sign in to comment.