From 80ffab06770d07c984c0e3ea867fa1694f9589c9 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Mon, 13 Jan 2025 16:16:01 +0000 Subject: [PATCH] Tell user to avoid the distro envsubst. (#193) This fixes #191. Signed-off-by: Kurt Garloff --- docs/providers/openstack/quickstart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/providers/openstack/quickstart.md b/docs/providers/openstack/quickstart.md index 868cc64..3d08595 100644 --- a/docs/providers/openstack/quickstart.md +++ b/docs/providers/openstack/quickstart.md @@ -55,6 +55,7 @@ Install the [envsubst](https://github.com/drone/envsubst) Go package. It is requ ```bash GOBIN=/tmp go install github.com/drone/envsubst/v2/cmd/envsubst@latest ``` +Note: On typical Linux distros, you will have a binary `/usr/bin/envsubst` from the gettext package that does *not* work. Get the latest CSO release version and apply CSO manifests to the management cluster.