2026-01-19 09:49:52 -08:00
|
|
|
# ArgoCD Application for Tailscale Kubernetes Operator
|
|
|
|
|
# Note: OAuth secret is managed separately (not in git)
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: tailscale-operator
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
# Tailscale operator mutates externalName from "placeholder" to actual proxy service
|
|
|
|
|
ignoreDifferences:
|
|
|
|
|
- group: ""
|
|
|
|
|
kind: Service
|
|
|
|
|
jsonPointers:
|
|
|
|
|
- /spec/externalName
|
|
|
|
|
source:
|
2026-01-26 11:20:11 -08:00
|
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/eblume/blumeops.git
|
2026-01-19 14:40:25 -08:00
|
|
|
targetRevision: main
|
2026-01-19 09:49:52 -08:00
|
|
|
path: argocd/manifests/tailscale-operator
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: tailscale
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|