Skip to content

Commit

Permalink
change to clustersecretstore
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Nov 26, 2024
1 parent d6ba574 commit 5b6911c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deploy/acend/base/secretstore.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
apiVersion: external-secrets.io/v1beta1
kind: SecretStore
kind: ClusterSecretStore
metadata:
name: k8s-local-acend-website
namespace: acend-website
spec:
provider:
kubernetes:
Expand All @@ -18,10 +17,9 @@ spec:
key: ca.crt
---
apiVersion: external-secrets.io/v1beta1
kind: SecretStore
kind: ClusterSecretStore
metadata:
name: k8s-local-acend-website-test
namespace: acend-website-test
spec:
provider:
kubernetes:
Expand Down

0 comments on commit 5b6911c

Please sign in to comment.