Error: unknown flag: --name & -f values.yaml #354
Replies: 3 comments 2 replies
-
Can you try without the the helm install my-nextcloud --namespace nextcloud --values values.yaml nextcloud/nextcloud |
Beta Was this translation helpful? Give feedback.
-
Thank you. I tried that and it ran without complain. However, the manifest values.yaml did not included or take effect, meaning the defines parameters define in the values.yaml did not take effect. For example: I have changes the password, enable the external database postgres and set service: I don't see evidents that the values.yaml has been included. ####################################################################################################### WARNING: You did not provide an external database host in your 'helm install' callRunning Nextcloud with the integrated sqlite database is not recommended for production instances####################################################################################################### Any suggestion? |
Beta Was this translation helpful? Give feedback.
-
Ubuntu on bare metal, K8 v1.26.0
helm install --namespace nextcloud nextcloud bitnami/postgresql
create namespace
|
Beta Was this translation helpful? Give feedback.
-
Greeting,
I am following the Readme installation to deploy nextcloud on K8 but got an error.
Why --name & -f values.yaml won't work. That is what the instructions recommended.
Here is the install instruction link.
https://github.com/nextcloud/helm/tree/master/charts/nextcloud
Am I doing something wrong here or the instruction is incorrect?
helm install --name my-nextcloud --namespace nextcloud -f values.yaml nextcloud/nextcloud
####GET THIS ERROR######
Error: unknown flag: --name
############
2. when I ran helm --help
helm doesn't have such option --name or -f
##########
3. HOW TO INCLUDE values.yaml ?
what is the right flag to use to include the values.yaml file?
Info: helm version
v3.11.1
Beta Was this translation helpful? Give feedback.
All reactions