gitops/apps/platform.yaml

17 lines
403 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: platform
namespace: argocd
spec:
project: default
source:
repoURL: https://ns31240276.ip-51-195-4.eu/devops/gitops.git
targetRevision: main
path: manifests/platform
destination:
server: https://kubernetes.default.svc
namespace: external-secrets
syncPolicy:
automated: { prune: true, selfHeal: true }