You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: parse error in "jenkins/templates/rbac.yaml": template: jenkins/templates/rbac.yaml:3: function "required" not defined
It seems like the required statement from the line apiVersion: rbac.authorization.k8s.io/{{ required "A valid .Values.rbac.apiVersion entry required!" .Values.rbac.apiVersion }} somehow breaks the deployment although it is flagged as stable.
Does somebody know if this is a problem with my k8s cluster or with the jenkins-values file?
System:
Helm 2.1.3
K8S Client 1.7.4
K8S Server 1.5.6
The text was updated successfully, but these errors were encountered:
When I try to start the install Jenkins with
'helm install stable/jenkins -f jenkins-values.yaml --namespace jenkins'
I get the error message:
Error: parse error in "jenkins/templates/rbac.yaml": template: jenkins/templates/rbac.yaml:3: function "required" not defined
It seems like the
required
statement from the lineapiVersion: rbac.authorization.k8s.io/{{ required "A valid .Values.rbac.apiVersion entry required!" .Values.rbac.apiVersion }}
somehow breaks the deployment although it is flagged as stable.Does somebody know if this is a problem with my k8s cluster or with the jenkins-values file?
System:
Helm 2.1.3
K8S Client 1.7.4
K8S Server 1.5.6
The text was updated successfully, but these errors were encountered: