added external-secret

This commit is contained in:
Mukul Sharma
2026-08-31 07:56:21 +05:30
parent d4a19467f3
commit e0378cb43e
@@ -71,4 +71,14 @@ appSpec:
nameOverride: contour nameOverride: contour
namespace: projectcontour namespace: projectcontour
chartDir: contour 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