I'm pretty new to K8s. I'm trying to make my app visible to the outside world. I have deployed this Nginx Ingress Controller with my apps, using Helm and helmfi
I am doing helm upgrade --install with the --reuse-values option. I want to conditionally update the value of an environment variable if a certain condition is
Quite new to Helm. Currently, I create an env variable in a way that when I deploy my pod, I am able to see the pod name in the environment variables list. This
We did an upgrade to our Loki-stack from version:2.1.0 to version 2.4.1, After the upgrade Grafana Alert Rules are not working previously we were running versio
I have an image, specifically Nginx, that I want to run with readOnlyRootFilesystem: true. For this reason I started creating empty volumes (using volumes, empt
I am upgrading my projects to helm 3.7 and the helm chart export command in no longer supported. https://github.com/helm/helm/releases/tag/v3.7.0 Also there is
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
i confuse with condition in helm, i set 2 deployment with 1 deployment create database, 1 deployment create application using range. {{ range $component := .Val
I am trying to make a default value for CPU if its mentioned(if its not mentioned, i have handled that separately) value in values file is less than 5000m. I am
I'm running a minikube cluster on my local machine And want to deploy keycloak 18 version via Helm chart. But I'm unknown about. How to Add Generated certficate
I am trying to create a module in Terraform to create the basic resources in a Kubernetes cluster, this means a cert-manager, ingress-nginx (as the ingress cont
I'm trying to understand helm and I wonder if someone could ELI5 to me something or help me with something. So i did run below: helm repo add coreos https://s
I am new to helm and I am trying to generate different topics for kafka with a range function to not have a yaml file for each topic: I have different topics (t
I'm using ArgoCD for gitops deployments right now and I have k8s manifest files that require configMap values to be built (via helm right now). However, ArgoCD
Given a following scheme of services and their dependencies I would like to engineer a set of Helm charts. API Gateway calls Service A and Service C Service A
Could you please help me how to access: database password in helm chart? I tried this: "{{ .Values "grafana.ini" database.name }}" and many other modification
I am doing this now: value: {{ required "A valid .Values.foo entry required!" .Values.foo }} But to give this same message for all required values in the tem
I Installed Helm 3 on my windows laptop where i have kube config configured as well. But when i try to install my local helm chart, i;m getting the below error.
I am getting the below error while deploying the Apache Zookeeper bitnami charts Unable to connect Zookeeper To connect to your ZooKeeper server run the followi
I'd like to allow our developers to pass dynamic arguments to a helm template (Kubernetes job). Currently my arguments in the helm template are somewhat static