From 866c957f66a8d011695823570e486bd528b7b845 Mon Sep 17 00:00:00 2001 From: Chris Grimmett Date: Thu, 25 Apr 2024 03:05:27 +0000 Subject: [PATCH] blah --- charts/fp/templates/windmill.yaml | 17 +++++++++++++++++ charts/fp/values-prod.yaml | 5 +---- 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 charts/fp/templates/windmill.yaml diff --git a/charts/fp/templates/windmill.yaml b/charts/fp/templates/windmill.yaml new file mode 100644 index 0000000..4de1154 --- /dev/null +++ b/charts/fp/templates/windmill.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: windmill + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: windmill + server: https://kubernetes.default.svc + project: default + source: + path: windmill + repoURL: https://windmill-labs.github.io/windmill-helm-charts + targetRevision: HEAD + diff --git a/charts/fp/values-prod.yaml b/charts/fp/values-prod.yaml index b68e6ea..a1f01e6 100644 --- a/charts/fp/values-prod.yaml +++ b/charts/fp/values-prod.yaml @@ -11,7 +11,4 @@ managedBy: Helm adminEmail: cj@futureporn.net extraArgs: - --dns01-recursive-nameservers-only - - --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53 -spec: - destination: - server: https://kubernetes.default.svc \ No newline at end of file + - --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53 \ No newline at end of file