How do I update the CloudBees Core java options using Helm and custom Values file?
I am looking for syntax.
I see below option in default helm values. Should I be including the java options in the quotes separated by spaces or add each one of them in a new line ?
Comments
7 comments
How can I update the statefulset yaml file, instead of editing the sts directly on the cluster?
@avi kessner
with kubectl apply -f <yourfile.yaml>
this does only work if files have been initially pushed with apply -f (and not create -f)
When using apply, it gives a warning that the statefulset is not updated. Do we need to remove the statefulset first?
Hi Avi,
Have you first updated the sts/cjoc in the cloudbees-core.yml before applying it?
Feel free to create a support ticket if this does not help you.
Hi Denys,
How do I update the CloudBees Core java options using Helm and custom Values file?
I am looking for syntax.
I see below option in default helm values. Should I be including the java options in the quotes separated by spaces or add each one of them in a new line ?
Hello Surendra,
The syntax is as follow:
We will improve this article with examples.
Great Article!!
Please sign in to leave a comment.