Skip to content

Commit e78154b

Browse files
committed
konflux-ci: add gangway-token & link to SA
1 parent 87d23b8 commit e78154b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: external-secrets.io/v1beta1
2+
kind: ExternalSecret
3+
metadata:
4+
name: gangway-token
5+
annotations:
6+
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
7+
argocd.argoproj.io/sync-wave: "-1"
8+
spec:
9+
dataFrom:
10+
- extract:
11+
key: production/openshift-ci/gangway-token
12+
refreshInterval: 1h
13+
secretStoreRef:
14+
kind: ClusterSecretStore
15+
name: appsre-stonesoup-vault
16+
target:
17+
creationPolicy: Owner
18+
deletionPolicy: Delete
19+
name: gangway-token

components/konflux-ci/base/serviceaccount.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
secrets:
66
- name: quay-push-secret-konflux-ci
77
- name: registry-redhat-io-pull-secret
8+
- name: gangway-token
89
imagePullSecrets:
910
- name: quay-push-secret-konflux-ci
1011
- name: registry-redhat-io-pull-secret

0 commit comments

Comments
 (0)