Browse Source
Merge pull request #2258 from woopstar/patch-4
Set default registry_enabled to false
pull/2259/head
Antoine Legrand
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/kubespray-defaults/defaults/main.yaml
|
|
@ -162,6 +162,7 @@ dashboard_enabled: true |
|
|
|
efk_enabled: false |
|
|
|
helm_enabled: false |
|
|
|
istio_enabled: false |
|
|
|
registry_enabled: false |
|
|
|
enable_network_policy: false |
|
|
|
local_volumes_enabled: false |
|
|
|
persistent_volumes_enabled: false |
|
|
|