Skip to content

Commit

Permalink
add capi digitalocean creds
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Jul 10, 2024
1 parent 0b23eb9 commit 41ed763
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,32 @@ spec:
- remoteRef:
key: nfd-codecov-token
secretKey: codecov-token
secretStoreRef:
kind: ClusterSecretStore
name: k8s-infra-prow-build
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: spaces-digitalocean-s3
namespace: test-pods
spec:
dataFrom:
- extract:
key: spaces-digitalocean-s3
secretStoreRef:
kind: ClusterSecretStore
name: k8s-infra-prow-build
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: cluster-api-provider-digitalocean-token
namespace: test-pods
spec:
dataFrom:
- extract:
key: cluster-api-provider-digitalocean-token
secretStoreRef:
kind: ClusterSecretStore
name: k8s-infra-prow-build
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,32 @@ spec:
- key: nfd-codecov-token # The name of the GSM Secret
name: codecov-token # The key to write to in the Kubernetes Secret
version: latest # The version of the GSM Secret
secretStoreRef:
kind: ClusterSecretStore
name: k8s-infra-prow-build
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: spaces-digitalocean-s3
namespace: test-pods
spec:
dataFrom:
- extract:
key: spaces-digitalocean-s3
secretStoreRef:
kind: ClusterSecretStore
name: k8s-infra-prow-build
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: cluster-api-provider-digitalocean-token
namespace: test-pods
spec:
dataFrom:
- extract:
key: cluster-api-provider-digitalocean-token
secretStoreRef:
kind: ClusterSecretStore
name: k8s-infra-prow-build

0 comments on commit 41ed763

Please sign in to comment.