python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Multiline annotations in Json Helm
I have the following Helm chart
metadata:
...
annotations: ...
Syed Towkhir
Votes: 0
Answers: 1
Update Kubernetes job with Helm
I have a helm chart containing Kubernetes job but unfortunately helm upgrade won't work because the image name is immutable so logically I need to do a delete and install but I will loose my set value...
user2137817
Votes: 0
Answers: 1
Helm string concatenation using other variables
In Helm (using v3) how can I build up a variable inside of a template using other variables? Assume I have the following:
{{- $def := index .Values "default" -}}
apiVersion: v1
data:
POSTG...
Justin
Votes: 0
Answers: 1
Configuring Content Security Policy for Jenkins in Helm Charts
A while ago, Jenkins introduced CSP header which is very restrictive in terms of protecting user from malicious HTML/JS files.
It's possible to relax this rules by temporarily changing "hudson.mo...
mtweeman
Votes: 0
Answers: 2