helmfile Questions
2
Solved
Given a yaml file (helmfile) like the following
releases:
- chart: ../charts/foo
name: foo
namespace: '{{ .Values.stack }}'
values:
- ../config/templates/foo-values.yaml.gotmpl
set:
- name:...
Mortarboard asked 29/5, 2020 at 13:44
2
Right now, I have to install multiple helm charts in different namespaces for my product to work. I am trying to create a super helm chart in which I am planning to add the helm charts (of my tools...
Delvecchio asked 28/7, 2021 at 11:23
4
Solved
sync sync all resources from state file (repos, releases and chart deps)
apply apply all resources from state file only when there are changes
sync
The helmfile sync sub-command sync your clust...
Tish asked 12/1, 2020 at 12:24
1
I'm trying to deploy a chart using helmfile. It works just fine locally using the same version and the same cluster.
The helmfile
environments:
dev:
values:
- kubeContext: nuc
- host: urbantz-a...
Execration asked 13/3, 2021 at 12:12
1
Solved
It is unclear to me what the best practices are for managing an application with multiple environments, that shares templated files but has different variables per environment. For example, we depl...
Timbale asked 14/6, 2019 at 17:51
1
Solved
As the title indicates I'm trying to setup grafana using helmfile with a datasource via values.
I can find the docs here but sadly my knowledge is too limited to make it work.
The relevant part o...
Anking asked 12/1, 2019 at 9:20
1
© 2022 - 2024 — McMap. All rights reserved.