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 5b6911c commit de38db6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/acend/base/secretstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
type: ConfigMap
name: kube-root-ca.crt
key: ca.crt
namespace: external-secrets
---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
Expand All @@ -31,4 +32,5 @@ spec:
caProvider:
type: ConfigMap
name: kube-root-ca.crt
key: ca.crt
key: ca.crt
namespace: external-secrets

0 comments on commit de38db6

Please sign in to comment.