Browse Source
Merge pull request #2292 from chapsuk/fix_miss_var
Added missing cephfs_provisioner_enabled to kubespray-defaults vars
pull/2294/head
Antoine Legrand
6 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
|
@ -169,6 +169,7 @@ registry_enabled: false |
|
|
enable_network_policy: false |
|
|
enable_network_policy: false |
|
|
local_volume_provisioner_enabled: false |
|
|
local_volume_provisioner_enabled: false |
|
|
persistent_volumes_enabled: false |
|
|
persistent_volumes_enabled: false |
|
|
|
|
|
cephfs_provisioner_enabled: false |
|
|
|
|
|
|
|
|
# Base path for local volume provisioner addon |
|
|
# Base path for local volume provisioner addon |
|
|
local_volume_base_dir: /mnt/disks |
|
|
local_volume_base_dir: /mnt/disks |
|
|