- Add argocd CLI to Brewfile - Create argocd.yaml for ArgoCD self-management (manual sync) - Create apps.yaml app-of-apps root (auto-sync for Application resources) - Convert tailscale-operator to kustomize - Update READMEs with bootstrap steps and ArgoCD CLI commands - Change all workload Applications to manual sync policy App-of-apps auto-syncs to pick up new Application manifests, but child apps require manual sync for actual workload deployments. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
301 B
YAML
13 lines
301 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: tailscale
|
|
|
|
resources:
|
|
- operator.yaml
|
|
- proxyclass.yaml
|
|
- dnsconfig.yaml
|
|
- egress-forge.yaml
|
|
|
|
# Note: OAuth secret (operator-oauth) is NOT included here.
|
|
# It must be manually applied before deploying - see README.md
|