Do not use get_secret in test blueprint 09/99009/1
authorMiroslav Los <miroslav.los@pantheon.tech>
Mon, 2 Dec 2019 14:53:48 +0000 (15:53 +0100)
committerMiroslav Los <miroslav.los@pantheon.tech>
Mon, 2 Dec 2019 14:53:48 +0000 (15:53 +0100)
Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech>
Issue-ID: CCSDK-1971
Change-Id: Ia81041b683d57ed1a4828d9c45eb49f5556c8f31

helm/plugin/tests/blueprint/blueprint.yaml

index 9a96910..2a7198d 100644 (file)
@@ -70,9 +70,9 @@ node_templates:
             repo_user_password: { get_input: repo-user-password}
             config_format: { get_input: config-format}
             tls_enable: { get_input: tls-enable}
-            ca: { get_secret: ca_value}
-            cert: { get_secret: cert_value}
-            key: { get_secret: key_value}
+            ca: "result of get_secret ca_value"
+            cert: "result of get_secret cert_value"
+            key: "result of get_secret key_value"
             config_dir: { get_input: config-dir}
             stable_repo_url: { get_input: stable-repo-url}