This commit is contained in:
Mukul Sharma
2026-08-31 01:13:53 +05:30
parent 2113642f3c
commit 7f1ef661be
2 changed files with 17 additions and 1 deletions
@@ -41,4 +41,11 @@ appSpec:
nameOverride: gitea
namespace: gitea
chartDir: gitea
valuesDir: gitea
valuesDir: gitea
# Adoption-only: the live init container still has plaintext `value`
# fields for GITEA_ADMIN_USERNAME/PASSWORD from the original imperative
# install; our values switch those to `valueFrom: secretKeyRef`. A
# normal patch can't clear the old field while adding the new one —
# see the note in generic-argo-apps-chart's template. Safe to remove
# once the live object no longer carries the old `value` fields.
serverSideApply: true