Skip to content

Commit e39896c

Browse files
committed
Add snyk-token ExternalSecret to eks-prow-build-cluster
Signed-off-by: Marko Mudrinić <[email protected]>
1 parent 3d0ccd8 commit e39896c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

infra/aws/terraform/prow-build-cluster/resources/test-pods/externalsecrets.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,17 @@ spec:
183183
secretStoreRef:
184184
kind: ClusterSecretStore
185185
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

Comments
 (0)