24 lines
523 B
YAML
24 lines
523 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: baseline
|
|
namespace: ptp-chat
|
|
spec:
|
|
project: ptp-chat
|
|
source:
|
|
repoURL: https://gitea.controller.bittehackmichnicht.de/argocd/kubernetes-config.git
|
|
targetRevision: main
|
|
path: baseline
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: ptp-chat
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
enabled: true
|
|
ignoreDifferences:
|
|
- kind: Secret
|
|
jsonPointers:
|
|
- /data
|