How to use instead of helm charts #25
-
I am using a repo that defines the helm charts as follows. Now that I want to use - mongodb:
helm:
repo:
name: bitnami
url: https://charts.bitnami.com/bitnami
chart: mongodb
install_args: |
--set auth.enabled=false
- localstack:
helm:
repo:
name: localstack-charts
url: https://localstack.github.io/helm-charts
chart: localstack
install_args: |
--set startServices=dynamod Apologies for the naive question, I am very new to helm. I did refer to the Usage 2 section on the README but could not understand how to port it to this style of configuration. Any help will be much appreciated! cc: @ZCube |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you refer to the values.yaml file, you can replace the image with: https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml
->
You can set these as options as follows:
->
|
Beta Was this translation helpful? Give feedback.
If you refer to the values.yaml file, you can replace the image with:
https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml
->
You can set these as options as follows:
->