Enable vault sourced external secrets
This commit is contained in:
parent
14502d50cd
commit
a1c4f17f3f
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
provider:
|
||||
vault:
|
||||
server: "http://10.42.42.6:8200"
|
||||
server: "https://vault.asraphiel.dev"
|
||||
path: "k8s"
|
||||
version: "v2"
|
||||
auth:
|
||||
|
|
|
@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- namespaces
|
||||
# - external-secrets
|
||||
- external-secrets
|
||||
|
|
Loading…
Reference in a new issue