blumeops/argocd/apps/tailscale-operator.yaml
Erich Blume 922f63f6e7 Address PR review comments
- Use explicit TeslaMate version v2.2.0 instead of :latest
- Remove redundant "Manual sync only" comments from all app manifests

Note: borgmatic user already has pg_read_all_data role which grants
SELECT on all tables in all databases, so no grant updates needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 19:34:04 -08:00

25 lines
736 B
YAML

# 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:
repoURL: ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git
targetRevision: main
path: argocd/manifests/tailscale-operator
destination:
server: https://kubernetes.default.svc
namespace: tailscale
syncPolicy:
syncOptions:
- CreateNamespace=true