rancher update
This commit is contained in:
parent
5ac4a7d1c3
commit
d71408eea1
Binary file not shown.
|
|
@ -97,7 +97,7 @@ letsEncrypt:
|
||||||
class: ""
|
class: ""
|
||||||
# If you are using certs signed by a private CA set to 'true' and set the 'tls-ca'
|
# If you are using certs signed by a private CA set to 'true' and set the 'tls-ca'
|
||||||
# in the 'rancher-system' namespace. See the README.md for details
|
# in the 'rancher-system' namespace. See the README.md for details
|
||||||
privateCA: false
|
privateCA: true
|
||||||
|
|
||||||
# http[s] proxy server passed into rancher server.
|
# http[s] proxy server passed into rancher server.
|
||||||
# proxy: http://<username>@<password>:<url>:<port>
|
# proxy: http://<username>@<password>:<url>:<port>
|
||||||
|
|
@ -173,7 +173,7 @@ postDelete:
|
||||||
ignoreTimeoutError: false
|
ignoreTimeoutError: false
|
||||||
|
|
||||||
# Set a bootstrap password. If leave empty, a random password will be generated.
|
# Set a bootstrap password. If leave empty, a random password will be generated.
|
||||||
bootstrapPassword: ""
|
bootstrapPassword: "coneijinc123!"
|
||||||
|
|
||||||
startupProbe:
|
startupProbe:
|
||||||
## should be ready within 2 minutes
|
## should be ready within 2 minutes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue