Skip to content

Commit 542db3f

Browse files
committed
Add konflux-ci namespace to cleaning secrets script
redhat-appstudio/infra-deployments#3481 introduced change to the pipeline-service deploy.yaml files we generate automatically override those changes. Here we move the change to the pipeline-service repo.
1 parent 5acab12 commit 542db3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/gitops/argocd/pipeline-service/openshift-pipelines/bugfix-pac-gitauth-secrets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ spec:
105105
set -o errexit
106106
set -o nounset
107107
set -o pipefail
108-
for namespace in $(kubectl get namespaces -o name | cut -d/ -f2 | grep -E "\\-tenant$|^tekton-ci$"); do
108+
for namespace in $(kubectl get namespaces -o name | cut -d/ -f2 | grep -E "\\-tenant$|^tekton-ci$|^konflux-ci$"); do
109109
echo "$namespace: Cleaning pac-gitauth secrets"
110110
kubectl get secrets --namespace $namespace -o json | \
111111
jq -r '.items[] |

0 commit comments

Comments
 (0)