Helm: How to programmatically pass down a generated CA to all subcharts?
My goal is as follows:
Helm: List recent chart upgrades
Given a kubernetes cluster with many helm charts in different namespaces, how can I use helm
to query the list of the last recently “touched” charts?
Helm template issue with range
I have the following code which includes two templates
Guidance for Multiple Deployments of the same helm chart [closed]
Closed yesterday.
Guidance for Multiple Deployments of the same helm chart [closed]
Closed yesterday.
Helm cannot prepare a correct manifest
➜ infra git:(main) ✗ helm secrets -n argocd upgrade –install argocd-apps argo/argocd-apps -f values/argocd-apps.yaml [helm-secrets] Decrypt skipped: values/argocd-apps.yaml Release “argocd-apps” does not exist. Installing it now. Error: unable to build kubernetes objects from release manifest: unable to decode “”: json: cannot unmarshal number into Go struct field ObjectMeta.metadata.name of type string Error: plugin “secrets” exited […]
Helm chart errors with index of untyped nil
I have a use case to check if a particular key is empty. the logic is below:
Helm chart, mounting a volume with js files
I’m trying to create a Deployment with a grafana/k6:latest
container image and mount a folder with performance js files that would be run. These scripts are verified and running fine using docker compose run
command, so there is no issue there. I’d really appreciate if someone could point out what is preventing the js scripts from executing in the container.
trying to expose external secrets as env variables in my helm charts but it isnt successfull
We have setup the base of our helm-charts and now we require to set up an external secret named “SecretStore” that needs to be exposed as environment variables so my spring boot app can use it.
There has been no issue in retrieving the secret using kubectl -n default get secrets.
I have referred this secret in my deployment.yaml and helm-release.yaml but it is not fetched properly. when i do a describe deployment i get the env variable as
Hemp upgrade: error converting YAML to JSON: yaml: did not find expected key
I just created a new Helm chart but when I run helm upgrade I get: