Hello,
In this example https://github.com/jenkinsci/configuration-as-code-plugin/blob/master/demos/kubernetes/README.md there is a property serverCertificate.
But it seems this property does not exist here
|
serverUrl: "{{ .Values.kubernetesURL }}" |
Is there a way to specify it without altering the file _helpers.tpl ?
Thank you