Skip to content

Commit 64f371c

Browse files
committed
Give the CS a k8s (mainver) dependent version.
We can have several of these objects and their names must not conflict. Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent d9b85d8 commit 64f371c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05-deploy-cstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cat > ~/tmp/clusterstack-$CS_MAINVER.yaml <<EOF
2121
apiVersion: clusterstack.x-k8s.io/v1alpha1
2222
kind: ClusterStack
2323
metadata:
24-
name: openstack
24+
name: openstack-${CS_MAINVER/./-}
2525
namespace: "$CS_NAMESPACE"
2626
spec:
2727
provider: openstack

0 commit comments

Comments
 (0)