Fix ArgoCD apps app permanent OutOfSync
Remove `group: ""` from ignoreDifferences in tailscale-operator and tailscale-operator-ringtail — ArgoCD normalizes away the empty string field, so the live state never matches git. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
044ad7dad7
commit
3750428b58
3 changed files with 3 additions and 4 deletions
|
|
@ -11,8 +11,7 @@ spec:
|
|||
project: default
|
||||
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: Service
|
||||
- kind: Service
|
||||
jsonPointers:
|
||||
- /spec/externalName
|
||||
source:
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@ spec:
|
|||
project: default
|
||||
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: Service
|
||||
- kind: Service
|
||||
jsonPointers:
|
||||
- /spec/externalName
|
||||
source:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue