Stephan Kristyn
Stephan Kristyn
I wanted to install npm on my docker, but if exec-ing into it and doing a simple `apt-get update` it fails. Someone has better idea? Maybe provide npm in runner...
@didrip suggestion does not work for me, even though it recognizes the changes. I then tried the **altIsMeta** **property** in the config file and got an JS formatting issue error...
Same here. ``` => ERROR [6/6] RUN ./setup.sh 0.6s ------ > [6/6] RUN ./setup.sh: #11 0.195 Adding user `kubeactuser' ... #11 0.195 Adding new group `kubeactuser' (1000) ... #11 0.206...
Has this been PRed in the meanwhile?
Please be more specific.
@pieveee How would this work for helm and kubernetes?
You need to install helm into your cluster first.
Running into this
Ok I might have found the issue. It's not that file, but a mariadb password issue. Apparently if you use the build in option in values.yaml, you can only set...
Ok, apparently it is possible to set rootPassword in the `values.yaml` file, but it was not included in the template. But we should set this via a secret.