fix
This commit is contained in:
@@ -44,8 +44,10 @@ appSpec:
|
||||
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
|
||||
# install; our values switch those to `valueFrom: secretKeyRef`. Patch
|
||||
# (client-side or server-side) can't clear the old field while adding
|
||||
# the new one — see the note in generic-argo-apps-chart's template.
|
||||
# Replace does a full PUT instead, so it just works. Safe to remove
|
||||
# once the live object no longer carries the old `value` fields —
|
||||
# after that first successful sync, plain patching is fine again.
|
||||
replace: true
|
||||
Reference in New Issue
Block a user