- 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>
20 lines
537 B
YAML
20 lines
537 B
YAML
# App-of-apps root Application
|
|
# Watches argocd/apps/ and creates/manages all Application resources
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: apps
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git
|
|
targetRevision: main
|
|
path: argocd/apps
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: argocd
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
# To pick up new apps: argocd app sync apps
|