Dmitrii Zhiliaev
Dmitrii Zhiliaev
Thank you for PR! One of the main ideas of helmwave is being simple. And of course, we respect unix-way. That means kubectl binary cannot be included inside the base-image...
```Dockerfile FROM base-release as base-image-kubectl COPY --chown=root:root --chmod=0775 --from=bitnami/kubectl:latest /opt/bitnami/kubectl/bin/kubectl /bin/kubectl ```
Yeah, It sounds good
@zystem check the docs https://docs.helmwave.app/0.35.x/tpl/ > There is a different context between helm and helmwave. You can't pass variables from helmwave to your > helm chart templates. You should use...
use `store` or `common vars` to achieve it
## helmwave.yml ```yaml releases: - name: karma namespace: monitoring chart: wiremind/karma store: domain: dev.local values: - karma.yml ``` ## karma.yml ```yaml ingress: enabled: true ingressClassName: nginx hosts: - karma.{{ .Release.Store.domain...
Check our new feature out https://docs.helmwave.app/0.36.x/examples/values-dependencies/
This will be awesome!
@laurentderu, @mgoeminne , @Nico-Salamone Can you help us?