Skip to content

Commit 2b4f912

Browse files
committed
use CLUSTER_NAME var in cluster resource
Signed-off-by: Jan Schoone <jan.schoone@uhurutec.com>
1 parent d93bb68 commit 2b4f912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/openstack/scs2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ cat <<EOF | kubectl apply -f -
109109
apiVersion: cluster.x-k8s.io/v1beta1
110110
kind: Cluster
111111
metadata:
112-
name: my-cluster
112+
name: $CLUSTER_NAME
113113
namespace: $CLUSTER_NAMESPACE
114114
115115
labels:

0 commit comments

Comments
 (0)