We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0ccd8 commit e39896cCopy full SHA for e39896c
infra/aws/terraform/prow-build-cluster/resources/test-pods/externalsecrets.yaml
@@ -183,3 +183,17 @@ spec:
183
secretStoreRef:
184
kind: ClusterSecretStore
185
name: k8s-infra-prow-build
186
+---
187
+apiVersion: external-secrets.io/v1beta1
188
+kind: ExternalSecret
189
+metadata:
190
+ name: snyk-token
191
+ namespace: test-pods
192
+spec:
193
+ data:
194
+ - remoteRef:
195
+ key: snyk-token
196
+ secretKey: SNYK_TOKEN
197
+ secretStoreRef:
198
+ kind: ClusterSecretStore
199
+ name: k8s-infra-prow-build
0 commit comments