Skip to content

Commit d2163e4

Browse files
committed
ci-secret-bootstrap: Enable GSM sync
1 parent 0aa22ea commit d2163e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ci-operator/jobs/infra-periodics.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,8 +2138,15 @@ periodics:
21382138
- --bw-allow-unused=dptp/quay.io/multi-arch
21392139
- --kubeconfig-dir=/etc/build-farm-credentials
21402140
- --kubeconfig-suffix=config
2141+
- --enable-gsm=true
2142+
- --gsm-config=/etc/gsm-config/gsm-config.yaml
21412143
command:
21422144
- /usr/bin/ci-secret-bootstrap
2145+
env:
2146+
- name: GCP_PROJECT_ID
2147+
value: openshift-ci-secrets
2148+
- name: GCP_PROJECT_NUMBER
2149+
value: "384486694155"
21432150
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-secret-bootstrap_latest
21442151
imagePullPolicy: Always
21452152
name: ci-secret-bootstrap
@@ -2154,11 +2161,17 @@ periodics:
21542161
name: config-volume
21552162
- mountPath: /etc/ci-secret-bootstrap
21562163
name: ci-secret-bootstrap
2164+
- mountPath: /etc/gsm-config
2165+
name: gsm-config
2166+
readOnly: true
21572167
serviceAccountName: secret-bootstrap
21582168
volumes:
21592169
- configMap:
21602170
name: ci-secret-bootstrap
21612171
name: ci-secret-bootstrap
2172+
- configMap:
2173+
name: gsm-config
2174+
name: gsm-config
21622175
- name: build-farm-credentials
21632176
secret:
21642177
secretName: config-updater

0 commit comments

Comments
 (0)