close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
0 answers
26 views

I have a simple Kubernetes app with a Helm Chart as follows. deployment.yaml env: {{- toYaml .Values.env | nindent 12 }} values.yaml env: - name: QUARKUS_HTTP_HOST value: 0.0.0.0 - name: ...
-3 votes
0 answers
47 views

with helm_release.argocd[0], │ on argocd.tf line 1, in resource "helm_release" "argocd": │ 1: resource "helm_release" "argocd" { │ ╵ ╷ │ Error: Kubernetes ...
-2 votes
2 answers
160 views

I need to create secret from external INI file content by parsing the keys and values from the file without the section. For example, with the following secret file, apiVersion: v1 kind: Secret type: ...
Advice
0 votes
1 replies
57 views

I am using terraform and helm to deploy a container using a framework setup by another team. I would like to access one if the terraform variables and put it in an environment variable for the service ...
-1 votes
1 answer
135 views

I have a Go application running on Kubernetes, deployed using Helm. The application loads configuration using koanf, supporting both YAML files and environment variables. I have a complex ...
Best practices
0 votes
4 replies
138 views

The Problem I'm working on a project where we are using Terraform and we are migrating to Terraform with Terragrunt. We are using Terraform to configure an AKS cluster via the azurerm provider. Which ...
1 vote
1 answer
106 views

Hi I am trying to read below file content in helm template but getting below. Folder: charts --Example ----pipelines ------a.conf ------b.conf ------c.conf ----templates ------example.yaml {{ ....
1 vote
1 answer
135 views

in jenkins I want to create a pod template with the "Raw YAML for the Pod" filled througth manifest, with helm at the moment when Jenkins is created I have a jenkins-controller.yaml where ...
0 votes
0 answers
86 views

I have a test setup where I have a base folder structure. This is working and I create the application for staging with the values and the configmap from the staging folder. However, I also need to be ...
0 votes
0 answers
62 views

What are the steps I should take to solve the error: 17-11-2025 14:00:00.002 [org.test.ingest.io] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler.handleError - Unexpected error occurred in scheduled task ...
0 votes
1 answer
73 views

I want to deploy my app on kubernetes with Helm I have a Ingest Service running with spring boot that is made of two parts Fiprocessor Io Both of this part use the same deployment file and the same ...
0 votes
1 answer
116 views

I want to deploy an app on Kubernetes with Helm. This app is composed of multiple parts, 2 of them are a Spring backend and a Mongo database. I want to deploy theme in 2 pods and have them talk with ...
0 votes
1 answer
151 views

We use Tilt to manage our local development Kube clusters. I've integrated the langfuse helm chart in the Tiltfile, which functions properly, however I'm having trouble forwarding a port to the web ...
0 votes
1 answer
94 views

Here is my helm chart structure: app/ ├── Chart.yaml ├── values.yaml ├── values-dev.yaml └── templates/ app-test/ ├── Chart.yaml ├── values.yaml ├── values-dev.yaml └── charts/ ...
0 votes
1 answer
145 views

I've created deployment template using helm (v3.14.3) with support for setting initContainers. Last time I realized one of initContainers removed from values.yaml is still present in cluster. I tried ...

15 30 50 per page
1
2 3 4 5
425