Skip to content

Commit 51aed61

Browse files
authored
fix spec.kubernetesVersion must be type string (#109)
Signed-off-by: Paul Hildebrandt <[email protected]>
1 parent 3699457 commit 51aed61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/openstack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ metadata:
132132
spec:
133133
provider: openstack
134134
name: ${CS_NAME}
135-
kubernetesVersion: ${CS_K8S_VERSION}
135+
kubernetesVersion: "${CS_K8S_VERSION}"
136136
channel: ${CS_CHANNEL}
137137
autoSubscribe: false
138138
providerRef:

0 commit comments

Comments
 (0)