diff --git a/10-sno-hub-cluster/templates/openshift-installer/install-config.yaml.j2 b/10-sno-hub-cluster/templates/openshift-installer/install-config.yaml.j2 index 2d590d3..d31614a 100644 --- a/10-sno-hub-cluster/templates/openshift-installer/install-config.yaml.j2 +++ b/10-sno-hub-cluster/templates/openshift-installer/install-config.yaml.j2 @@ -21,5 +21,5 @@ networking: platform: {{ hostvars['ocp-hub'].platform_type }}: {} fips: false -pullSecret: {{ vault_pull_secret }} -sshKey: {{ vault_ssh_key }} +pullSecret: '{{ vault_pull_secret }}' +sshKey: '{{ vault_ssh_key }}'