Matches what was manually set on the drifted live Application so that Argo CD reconciles from Forgejo automatically. Non-destructive (prune: false). Refs DEV-458. Co-Authored-By: Paperclip <noreply@paperclip.ing>
20 lines
457 B
YAML
20 lines
457 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: harbor
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: git@forgejo.forgejo.svc.cluster.local:basicstack/stack.basicstack.de.git
|
|
targetRevision: main
|
|
path: apps/harbor
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: harbor
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|