Skip to content

Commit

Permalink
remove command from all
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs committed Sep 25, 2024
1 parent 83eea52 commit 32df461
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 54 deletions.
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
args:
- create
- --name={{ "{{" }}workflow.parameters.name{{ "}}" }}
Expand Down Expand Up @@ -190,8 +188,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
args:
- destroy
volumeMounts:
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-eks-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -88,8 +86,6 @@ spec:
activeDeadlineSeconds: 3600
container:
image: quay.io/stackrox-io/ci:automation-flavors-eks-{{ .Chart.Annotations.automationFlavorsVersion }}
command:
- entrypoint
imagePullPolicy: Always
args:
- destroy
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-gke-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-gke-default-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
args:
- create
- --name={{ "{{" }}workflow.parameters.name{{ "}}" }}
Expand All @@ -87,8 +85,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-gke-default-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
args:
- destroy
- --name={{ "{{" }}workflow.parameters.name{{ "}}" }}
Expand Down
6 changes: 0 additions & 6 deletions chart/infra-server/static/workflow-openshift-4-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ spec:
volumeMounts:
- name: data
mountPath: /data
command:
- entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -157,8 +155,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-demo-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ansible-playbook
args: ["-i", "inventory.yml", "main.yml"]
env:
- name: IMAGE_PULL_USER
Expand Down Expand Up @@ -265,8 +261,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -163,8 +161,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-openshift-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -166,8 +164,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-openshift-4-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-openshift-aro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-aro-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -129,8 +127,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-aro-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-openshift-ibmroks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-ibmroks-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -114,8 +112,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-ibmroks-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-openshift-rosa-hcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-rosa-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -146,8 +144,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-rosa-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-openshift-rosa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-rosa-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- create
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down Expand Up @@ -128,8 +126,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-rosa-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- destroy
- '{{ "{{" }}workflow.parameters.name{{ "}}" }}'
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-osd-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-osd-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- aws
- create
Expand Down Expand Up @@ -129,8 +127,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-osd-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- aws
- destroy
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-osd-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-osd-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- gcp
- create
Expand Down Expand Up @@ -126,8 +124,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-osd-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- gcp
- destroy
Expand Down
4 changes: 0 additions & 4 deletions chart/infra-server/static/workflow-qa-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
args:
- create
- --name={{ "{{" }}workflow.parameters.name{{ "}}" }}
Expand Down Expand Up @@ -198,8 +196,6 @@ spec:
container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-{{ .Chart.Annotations.automationFlavorsVersion }}
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
args:
- destroy
volumeMounts:
Expand Down

0 comments on commit 32df461

Please sign in to comment.