commit | 6bd7f9d70097651777099d2ca8c926e579287494 | [log] [tgz] |
---|---|---|
author | Tatyanka Leontovich <tleontovich@mirantis.com> | Tue Apr 02 19:22:14 2019 +0000 |
committer | Gerrit Code Review <support@gerrithub.io> | Tue Apr 02 19:22:14 2019 +0000 |
tree | 883eb80973ead396f9c6787d784f174f73db77ff | |
parent | e1db335d9f447e2e310ead41a544f6e420c20e9f [diff] | |
parent | 6a89819adbca8beeb7a6fee584730dafb8c56e8e [diff] |
Merge "Enable help addon"
diff --git a/tcp_tests/templates/cookied-cicd-k8s-calico-sl/cookiecutter-context-k8s-sl.yaml b/tcp_tests/templates/cookied-cicd-k8s-calico-sl/cookiecutter-context-k8s-sl.yaml index 8df06c6..5665cd1 100644 --- a/tcp_tests/templates/cookied-cicd-k8s-calico-sl/cookiecutter-context-k8s-sl.yaml +++ b/tcp_tests/templates/cookied-cicd-k8s-calico-sl/cookiecutter-context-k8s-sl.yaml
@@ -211,3 +211,4 @@ secrets_encryption_key_id: 'F5CB2ADC36159B03' # Used on CI only. secrets_encryption_private_key: '' + kubernetes_helm_enabled: 'True'
diff --git a/tcp_tests/templates/cookied-cicd-k8s-genie/cookiecutter-context-k8s-genie.yaml b/tcp_tests/templates/cookied-cicd-k8s-genie/cookiecutter-context-k8s-genie.yaml index 5ddc3e0..df80d80 100644 --- a/tcp_tests/templates/cookied-cicd-k8s-genie/cookiecutter-context-k8s-genie.yaml +++ b/tcp_tests/templates/cookied-cicd-k8s-genie/cookiecutter-context-k8s-genie.yaml
@@ -124,3 +124,4 @@ kubernetes_network_genie_enabled: 'True' kubernetes_genie_default_plugin: 'calico' kubernetes_virtlet_enabled: 'True' + kubernetes_helm_enabled: 'True'