Skip to content

Commit

Permalink
[ref] removing additional bloat for helmsman
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Aug 2, 2024
1 parent 9f40847 commit 37b389d
Showing 1 changed file with 8 additions and 47 deletions.
55 changes: 8 additions & 47 deletions helmsman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 37b389d

Please sign in to comment.