added external-secret
This commit is contained in:
@@ -71,4 +71,14 @@ appSpec:
|
||||
nameOverride: contour
|
||||
namespace: projectcontour
|
||||
chartDir: contour
|
||||
valuesDir: contour
|
||||
valuesDir: contour
|
||||
- name: external-secrets
|
||||
# Fresh install, no existing release to adopt — no nameOverride
|
||||
# needed. Replaces the Vault Agent Injector for pulling secrets into
|
||||
# pods. This just brings the controller up; wiring a
|
||||
# SecretStore/ClusterSecretStore to Vault as the actual backend is a
|
||||
# separate step once this is healthy (needs a Kubernetes auth method
|
||||
# enabled on the Vault side first).
|
||||
namespace: external-secrets
|
||||
chartDir: external-secrets
|
||||
valuesDir: external-secrets
|
||||
Reference in New Issue
Block a user