File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
aws/terraform/prow-build-cluster/resources/test-pods
gcp/terraform/k8s-infra-prow-build/prow-build/resources/test-pods Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -130,3 +130,14 @@ spec:
130
130
secretStoreRef :
131
131
kind : ClusterSecretStore
132
132
name : k8s-infra-prow-build
133
+ ---
134
+ apiVersion : external-secrets.io/v1beta1
135
+ kind : ExternalSecret
136
+ metadata :
137
+ name : nfd-creds
138
+ namespace : test-pods
139
+ spec :
140
+ data :
141
+ - remoteRef :
142
+ key : nfd-codecov-token
143
+ secretKey : codecov-token
Original file line number Diff line number Diff line change 87
87
- key : k8s-gcr-audit-test-prod-service-account
88
88
name : service-account.json
89
89
version : latest
90
+ ---
91
+ apiVersion : kubernetes-client.io/v1
92
+ kind : ExternalSecret
93
+ metadata :
94
+ name : nfd-creds # The name of the Kubernetes Secret
95
+ namespace : test-pods
96
+ spec :
97
+ backendType : gcpSecretsManager
98
+ projectId : k8s-infra-prow-build
99
+ data :
100
+ - key : nfd-codecov-token # The name of the GSM Secret
101
+ name : codecov-token # The key to write to in the Kubernetes Secret
102
+ version : latest # The version of the GSM Secret
You can’t perform that action at this time.
0 commit comments