From 9824ab2a52b08e7d3b79d3be6895c5d55c201024 Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 23 Mar 2025 01:48:53 -0500 Subject: [PATCH] fix template formatting --- .../templates/openshift-installer/install-config.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}'