Skip to content

Commit

Permalink
Drop unnecessary comment from .tekton files
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed May 31, 2024
1 parent 028c211 commit 40e2030
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ spec:
steps:
- name: check-task-structure
image: quay.io/konflux-ci/pull-request-builds:appstudio-utils-{{revision}}
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
workingDir: $(workspaces.source.path)/source
script: |
#!/usr/bin/env bash
Expand All @@ -89,8 +87,6 @@ spec:
cat partner-tasks.out
- name: create-comment
image: quay.io/redhat-appstudio/github-app-token@sha256:b4f2af12e9beea68055995ccdbdb86cfe1be97688c618117e5da2243dc1da18e
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
volumeMounts:
- name: infra-deployments-pr-creator
mountPath: /secrets/deploy-key
Expand Down Expand Up @@ -146,8 +142,6 @@ spec:
steps:
- name: build-bundles
image: quay.io/konflux-ci/pull-request-builds:appstudio-utils-{{revision}}
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
workingDir: $(workspaces.source.path)/source
script: |
#!/usr/bin/env bash
Expand Down Expand Up @@ -183,8 +177,6 @@ spec:
steps:
- name: fail-when-repo-is-missed
image: registry.redhat.io/openshift4/ose-tools-rhel8:v4.12@sha256:2098dc35cf999984ffb2a0aebd4f8bb1b52f1e2c308efef90831a3660c75c358
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
workingDir: $(workspaces.source.path)/source
script: |
#!/usr/bin/env bash
Expand All @@ -209,8 +201,6 @@ spec:
steps:
- name: check-task-migration-md
image: registry.redhat.io/openshift4/ose-tools-rhel8:v4.12@sha256:9deda623e4768ecbaa6f1c6204077d9a151d55f9569bfe414e793fcb36cc391e
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
workingDir: $(workspaces.source.path)/source
script: |
#!/usr/bin/env bash
Expand Down Expand Up @@ -243,8 +233,6 @@ spec:
steps:
- name: e2e-cleanup
image: registry.redhat.io/openshift4/ose-cli:v4.12@sha256:0d21299d2adfa3cb74562c4dffbedd3b107fffac3a2a537f14770088abd4671f
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
script: |
#!/usr/bin/env bash
# Perform cleanup of resources created by gitops service
Expand Down
4 changes: 0 additions & 4 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ spec:
steps:
- name: build-bundles
image: quay.io/konflux-ci/appstudio-utils:{{ revision }}
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
workingDir: $(workspaces.source.path)/source
command: ["./hack/build-and-push.sh"]
env:
Expand Down Expand Up @@ -139,8 +137,6 @@ spec:
steps:
- name: build-bundles
image: quay.io/konflux-ci/appstudio-utils:{{ revision }}
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
workingDir: $(workspaces.source.path)/source
command: ["./hack/build-and-push.sh"]
env:
Expand Down

0 comments on commit 40e2030

Please sign in to comment.