diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-18 20:46:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-18 20:46:40 +0000 |
commit | 040f5c09628d5fb76ac7c9421f8ab73007ded570 (patch) | |
tree | 0453d3eb76f97ecdff73c46c284a0e1d7fc0d046 /kubernetes/onap/values.yaml | |
parent | 357ba2e940cc851b9d3555e88dd784405cbcbc5d (diff) | |
parent | dc8690ee3b0aca0c1b3b6fef8f0740f637b5c43a (diff) |
Merge "Fix deploy when subcharts contain same name"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rw-r--r-- | kubernetes/onap/values.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 545a7bd73e..190a9ec67d 100644 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -47,15 +47,11 @@ global: persistence: mountPath: /dockerdata-nfs - # flag to enable debugging - application support required - debugEnabled: false - # override default resource limit flavor for all charts flavor: unlimited -# Repository for creation of nexus3.onap.org secret -repository: nexus3.onap.org:10001 - + # flag to enable debugging - application support required + debugEnabled: false ################################################################# # Enable/disable and configure helm charts (ie. applications) |