diff --git a/apps/templates/whisper-webui-folder.yaml b/apps/templates/whisper-webui-folder.yaml new file mode 100644 index 0000000..f7c7247 --- /dev/null +++ b/apps/templates/whisper-webui-folder.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: whisper-webui-folder + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://github.com/rubenhensen/k8scd.git + targetRevision: HEAD + path: whisper-webui + destination: + server: https://kubernetes.default.svc + namespace: whisper-webui + syncPolicy: + syncOptions: + - CreateNamespace=true \ No newline at end of file