From 37b389de8d71ef6c8529e114e6585d3ab2b27761 Mon Sep 17 00:00:00 2001 From: Craig Russell Date: Fri, 2 Aug 2024 06:24:51 +0100 Subject: [PATCH] [ref] removing additional bloat for helmsman --- helmsman.yaml | 55 ++++++++------------------------------------------- 1 file changed, 8 insertions(+), 47 deletions(-) diff --git a/helmsman.yaml b/helmsman.yaml index 8f21c3c..17b2304 100644 --- a/helmsman.yaml +++ b/helmsman.yaml @@ -44,43 +44,6 @@ appsTemplates: apps: - argo-workflows: - name: "argo-workflows" - namespace: "prod" - group: "prod" - version: "0.23.0" - chart: "argo/argo-workflows" - enabled: true - # version: "1.10.0" - set: - # argo-workflowsUsername: admin - # argo-workflowsPassword: abc - # mysql.auth.rootPassword: abd - # global.postgresql.auth.postgresPassword: abc - # global.postgresql.auth.password: abc - # mysql.auth.password: abc - # externalDatabase.password: abc - - valuesFiles: - - argo-workflows/values.yaml - - - trow: - name: "trow" - namespace: "trow" - chart: "trow/trow" - enabled: false - version: "0.3.3" - valuesFiles: - - trow/values.yaml - - nvidia-device-plugin: - name: "nvidia-device-plugin" - namespace: "nvidia-device-plugin" - chart: "nvdp/nvidia-device-plugin" - group: "prod" - enabled: false - version: "0.10.0" docker-registry: name: "docker-registry" @@ -134,16 +97,6 @@ apps: valuesFiles: - "binderhub/values.yaml" - - binderhub-gpu: - !!merge <<: *binderhub - enabled: false - name: "binderhub-gpu" - namespace: "prod" - group: "prod" - valuesFiles: - - "binderhub/values.yaml" - cert-manager: name: "cert-manager" chart: "jetstack/cert-manager" @@ -170,3 +123,11 @@ apps: enabled: false version: "1.9.1" group: "prod" + + nvidia-device-plugin: + name: "nvidia-device-plugin" + namespace: "nvidia-device-plugin" + chart: "nvdp/nvidia-device-plugin" + group: "prod" + enabled: false + version: "0.10.0" \ No newline at end of file