26 lines
604 B
YAML
26 lines
604 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: xslt-lab
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://blog.xsltplayground.com
|
|
chart: xslt-playground
|
|
targetRevision: 0.4.0
|
|
helm:
|
|
releaseName: lab
|
|
valueFiles:
|
|
- $values/apps/xslt-lab/values.yaml
|
|
- repoURL: https://gitea.alexandre-vazquez.cloud/baphemot/gitops.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: xslt-lab
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|