Skip to main content
-2 votes
0 answers
40 views

I'm using VS Code to work with Kubernetes and Helm YAML files. I have the Red Hat plugin installed. Everything was fine until today. I always had simple files, but today I opened a file with if/else/...
NKK's user avatar
  • 7
0 votes
0 answers
59 views

I am deploying a Helm chart (Seafile) using helm template seafile ./seafile-chart -f values.yaml > build/seafile.yaml kubectl kustomize build/rendered | kubectl apply -f - Now the issue is that ...
Jeanluca Scaljeri's user avatar
0 votes
1 answer
47 views

I have installed Zeppelin with Helm, using the duyet/zeppelin chart on a client's Microk8s cluster and this client has a proxy configured. When I try to run a notebook that installs packages, %python #...
Paula Gouveia's user avatar
0 votes
0 answers
39 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 ...
Cameron's user avatar
  • 11
0 votes
1 answer
60 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 ...
Cameron's user avatar
  • 11
0 votes
0 answers
74 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 ...
Cameron's user avatar
  • 11
0 votes
0 answers
63 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 ...
glennpow's user avatar
0 votes
1 answer
57 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/ ...
Meenti's user avatar
  • 63
0 votes
0 answers
61 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 ...
Daniel's user avatar
  • 104
1 vote
1 answer
52 views

I have the following check in my Helm chart to see if a rbac policy has already been applied: {{- if not (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "&...
auburg's user avatar
  • 1,517
0 votes
0 answers
19 views

I need to migrate the currently deployed Native Helm Release to FluxCD HelmRelease. How can I achieve this?
Nikhil's user avatar
  • 604
-3 votes
2 answers
110 views

I have a HelmOCI repository set on my JFrog Artifactory. I am using the following command to push my chart to the repository: helm push my-chart-1.0.0-oci.tgz oci://my-jfrog-artifactory/my-oci-helm --...
Ceddaerrix's user avatar
0 votes
0 answers
42 views

I haven't found any specific alternatives to this; right now I'm in an environment that requires me to do some slightly odd things with my Helm charts. Currently, the way I have it setup is that I ...
Wayne Werner's user avatar
  • 52.3k
2 votes
1 answer
111 views

I have a values.yaml file as follows: myTest: |- - name: app1 url: https://example.com/app1 - name: app2 url: https://example.com/app2 Now I want to deploy a Helm chart which has a ...
user1657425's user avatar
0 votes
0 answers
121 views

I have been trying to setup Argocd with EKS, helm chart and AWS ALB behind a proxy( nginx ingress) and it not working at all. After deployment to eks cluster, if i do port-forawarding, the UI works ...
Shammir's user avatar
  • 999

15 30 50 per page
1
2 3 4 5
427