Files
launchpad/argo/apps/vat.yaml
Danijel Simeunovic eed88fe233 test apps
2026-02-08 23:03:16 +01:00

27 lines
531 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ws-vat
namespace: argocd
labels:
scope: workshop
spec:
project: default
source:
repoURL: https://github.com/snothub/potential-system
path: vat
helm:
releaseName: vat
valueFiles:
- values.yaml
ignoreMissingValueFiles: true
destination:
server: https://kubernetes.default.svc
namespace: kubews
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true