Skip to content

Commit

Permalink
Merge pull request #1583 from monaka/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jenkins-x-bot authored Nov 15, 2023
2 parents 920562c + 6544ec1 commit 1dc0313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
imagePullPolicy: {{ tpl .Values.jenkinscontroller.image.pullPolicy . }}
args:
- --namespace={{ .Release.Namespace }}
- --jenkins-url={{ required "A valid Jenkins URK is required!" .Values.jenkinscontroller.jenkinsURL }}
- --jenkins-url={{ required "A valid Jenkins URL is required!" .Values.jenkinscontroller.jenkinsURL }}
- --jenkins-user={{ required "A valid Jenkins username is required!" .Values.jenkinscontroller.jenkinsUser }}
- --jenkins-token-file=/var/jenkins/token
ports:
Expand Down

0 comments on commit 1dc0313

Please sign in to comment.