fix for external secret

This commit is contained in:
Mukul Sharma
2026-08-31 08:04:13 +05:30
parent e0378cb43e
commit 675dfe4595
2 changed files with 18 additions and 1 deletions
@@ -81,4 +81,9 @@ appSpec:
# enabled on the Vault side first).
namespace: external-secrets
chartDir: external-secrets
valuesDir: external-secrets
valuesDir: external-secrets
# ClusterSecretStore's CRD (large embedded OpenAPI schema) exceeds the
# 256KiB last-applied-configuration annotation limit on a normal
# client-side apply. SSA sidesteps it entirely — see the note in
# generic-argo-apps-chart's template.
serverSideApply: true