Skip to content

Commit

Permalink
prow: add ExternalSecrets to prow-build-trusted
Browse files Browse the repository at this point in the history
specifically cncf-ci-github-token in test-pods namespace
  • Loading branch information
spiffxp committed Jun 15, 2021
1 parent 0a4f01f commit b6e92b6
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This is a place holder for adding kubernetes external secrets, please add the
# ExternalSecret CR here, separated by `---`.
---
apiVersion: kubernetes-client.io/v1
kind: ExternalSecret
metadata:
name: cncf-ci-github-token
namespace: test-pods
spec:
backendType: gcpSecretsManager
# The project hosting the GSM Secret
projectId: k8s-infra-prow-build-trusted
data:
# The name of the GSM Secret
- key: cncf-ci-github-token # The name of the GSM Secret
# The version of the GSM Secret
version: latest
# Value will appear in .data.{name} in the Kubernetes Secret
name: token

0 comments on commit b6e92b6

Please sign in to comment.