Fix: Add Replace=true sync option to gumbo job to fix ArgoCD patch error on immutable fields
This commit is contained in:
parent
9387719c3f
commit
e47c3633a4
|
|
@ -6,6 +6,8 @@ kind: Job
|
|||
metadata:
|
||||
name: gumbo-run
|
||||
namespace: ai-agents-gumbo
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Replace=true
|
||||
labels:
|
||||
app.kubernetes.io/name: gumbo
|
||||
app.kubernetes.io/component: job
|
||||
|
|
|
|||
Loading…
Reference in New Issue