Compare commits
1 Commits
5fcdc6dd24
...
7032027482
Author | SHA1 | Date | |
---|---|---|---|
7032027482 |
10
base/external-secrets/configurations/external-secrets.yaml
Normal file
10
base/external-secrets/configurations/external-secrets.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
nameReference:
|
||||
- kind: Secret
|
||||
fieldSpecs:
|
||||
- path: spec/target/name
|
||||
kind: ExternalSecret
|
||||
- kind: Secret
|
||||
fieldSpecs:
|
||||
- path: spec/selector/secret/name
|
||||
kind: PushSecret
|
@ -6,6 +6,9 @@ namespace: external-secrets
|
||||
resources:
|
||||
- namespace.yaml
|
||||
|
||||
configurations:
|
||||
- ./configurations/external-secrets.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: external-secrets
|
||||
repo: https://charts.external-secrets.io
|
||||
|
Reference in New Issue
Block a user