Skip to content

Commit

Permalink
Need templating
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
  • Loading branch information
kke committed Sep 3, 2024
1 parent bc4873c commit 6b7c170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion smoke-test/smoke-reinstall.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

K0SCTL_CONFIG=${K0SCTL_CONFIG:-"k0sctl-installflags.yaml"}
K0SCTL_CONFIG="k0sctl-installflags.yaml"
envsubst < "k0sctl-installflags.yaml.tpl" > "${K0SCTL_CONFIG}"

set -e

Expand Down

0 comments on commit 6b7c170

Please sign in to comment.