Skip to content

Commit

Permalink
prow: add ExternalSecrets to prow-build-trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed Jun 15, 2021
1 parent c02b54e commit 70b9a2c
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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:
namespace: test-pods
spec:
backendType: gcpSecretsManager
projectId: k8s-infra-prow-build-trusted
data:
- key: cncf-ci-github-token
name: cncf-ci-github-token
version: latest

0 comments on commit 70b9a2c

Please sign in to comment.