diff options
author | James MacNider <James.MacNider@amdocs.com> | 2019-04-10 19:46:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-10 19:46:35 +0000 |
commit | e5207baa3f699ae1612d987f226b5cbf70bdc029 (patch) | |
tree | 374b75a67a58dd9f50e0ece33f2481f724c78bcc /kubernetes/onap/values.yaml | |
parent | b7d77b29e6bf22441b9fa20a61e7bedcc703e394 (diff) | |
parent | acba0494772e847337a87b4c16b946069663a440 (diff) |
Merge "default storageclass and nfs provisioner"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rw-r--r-- | kubernetes/onap/values.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 6b283dbc94..b62606ebde 100644 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -1,4 +1,4 @@ -# Copyright © 2018 Amdocs, Bell Canada +# Copyright © 2019 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -46,6 +46,10 @@ global: # by persistent volumes and log files persistence: mountPath: /dockerdata-nfs + enableDefaultStorageclass: false + parameters: {} + storageclassProvisioner: kubernetes.io/no-provisioner + volumeReclaimPolicy: Retain # override default resource limit flavor for all charts flavor: unlimited @@ -107,6 +111,8 @@ nbi: # openstack configuration openStackRegion: "Yolo" openStackVNFTenantId: "1234" +nfs-provisioner: + enabled: true policy: enabled: false pomba: |