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:
Erich Blume 2026-03-22 20:42:37 -07:00
commit 3750428b58
3 changed files with 3 additions and 4 deletions

View file

@ -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:

View file

@ -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: