Files
GitOps/eu-central-1/argo-apps/postgres-tunnel/postgres-tunnel.yaml
T

21 lines
475 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres-tunnel
namespace: argocd
spec:
project: default
destination:
namespace: postgres-tunnel
server: https://kubernetes.default.svc
sources:
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
path: ./postgres-tunnel/eu-central-1
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true