Skip to content

Commit

Permalink
document that passwords can't be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Nov 22, 2017
1 parent 9a78c74 commit 3921928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Parameters:
Type: String
Default: 't2.micro'
MasterAdminPassword:
Description: 'A password for the Jenkins master admin.'
Description: 'A password for the Jenkins master admin. MUST NOT BE CHANGED!'
Type: String
NoEcho: true
MinLength: 8
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Parameters:
Type: String
Default: 't2.micro'
MasterAdminPassword:
Description: 'A password for the Jenkins master admin.'
Description: 'A password for the Jenkins master admin. MUST NOT BE CHANGED!'
Type: String
NoEcho: true
MinLength: 8
Expand Down

0 comments on commit 3921928

Please sign in to comment.