36 lines
902 B
YAML
36 lines
902 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: openproject
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "5"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://git.mvzijl.nl/marco/veda.git
|
|
targetRevision: applicationset-rewrite
|
|
path: apps/openproject
|
|
helm:
|
|
valueFiles:
|
|
- values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: openproject
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|
|
- SkipDryRunOnMissingResource=true
|
|
ignoreDifferences:
|
|
- group: gateway.networking.k8s.io
|
|
kind: HTTPRoute
|
|
jqPathExpressions:
|
|
- .spec.parentRefs[] | .group, .kind
|
|
- .spec.rules[].backendRefs[] | .group, .kind, .weight
|