From eb1fe376cb7ea0a2ad447bb40efa81597b5e073a Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 25 Apr 2024 16:10:54 +0000 Subject: [PATCH] use argo project --- charts/fp/templates/futureporn.yaml | 13 +++++++++++++ charts/fp/templates/windmill.yaml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 charts/fp/templates/futureporn.yaml diff --git a/charts/fp/templates/futureporn.yaml b/charts/fp/templates/futureporn.yaml new file mode 100644 index 0000000..9d2674a --- /dev/null +++ b/charts/fp/templates/futureporn.yaml @@ -0,0 +1,13 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: futureporn + namespace: argocd + # Finalizer that ensures that project is not deleted until it is not referenced by any application + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + description: The Galaxy's Best VTuber Hentai Site + # Allow manifests to deploy from any Git repos + sourceRepos: + - '*' \ No newline at end of file diff --git a/charts/fp/templates/windmill.yaml b/charts/fp/templates/windmill.yaml index fe56413..e46a371 100644 --- a/charts/fp/templates/windmill.yaml +++ b/charts/fp/templates/windmill.yaml @@ -7,9 +7,9 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: destination: - namespace: windmill + namespace: argocd server: https://kubernetes.default.svc - project: default + project: futureporn source: path: windmill/windmill repoURL: https://windmill-labs.github.io/windmill-helm-charts