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>
26 lines
856 B
YAML
26 lines
856 B
YAML
---
|
|
# ArgoCD Application for Tailscale Kubernetes Operator on ringtail
|
|
# Shares operator.yaml, proxyclass, and dnsconfig with indri; ringtail-specific
|
|
# ProxyGroup (1 replica) and ExternalSecret live in the overlay directory.
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: tailscale-operator-ringtail
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
|
ignoreDifferences:
|
|
- kind: Service
|
|
jsonPointers:
|
|
- /spec/externalName
|
|
source:
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/manifests/tailscale-operator-ringtail
|
|
destination:
|
|
server: https://ringtail.tail8d86e.ts.net:6443
|
|
namespace: tailscale
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|