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
|
project: default
|
||||||
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: ""
|
- kind: Service
|
||||||
kind: Service
|
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /spec/externalName
|
- /spec/externalName
|
||||||
source:
|
source:
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: ""
|
- kind: Service
|
||||||
kind: Service
|
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /spec/externalName
|
- /spec/externalName
|
||||||
source:
|
source:
|
||||||
|
|
|
||||||
1
docs/changelog.d/+fix-apps-outofsync.bugfix.md
Normal file
1
docs/changelog.d/+fix-apps-outofsync.bugfix.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Remove `group: ""` from tailscale-operator ignoreDifferences — ArgoCD normalizes away the empty string, causing permanent OutOfSync on the apps app.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue