test apps

This commit is contained in:
Danijel Simeunovic
2026-02-08 23:03:16 +01:00
parent fe3794f691
commit eed88fe233
6 changed files with 151 additions and 0 deletions

26
argo/apps/vat.yaml Normal file
View File

@@ -0,0 +1,26 @@
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