Skip to content

Commit

Permalink
Use variable for Kubernetes version
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart Jern <[email protected]>
  • Loading branch information
p-strusiewiczsurmacki-mobica and lentzi90 authored Feb 13, 2024
1 parent c58496e commit 60b4bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/clusterclass/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
topology:
class: example-clusterclass
version: v1.27.3
version: ${KUBERNETES_VERSION}
controlPlane:
replicas: 1
workers:
Expand Down

0 comments on commit 60b4bb7

Please sign in to comment.