Skip to content

Commit

Permalink
Ensure cluster id detected for cluster claim
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 26, 2024
1 parent 34d5f6f commit 7f6848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-manager-spoke/templates/cluster_claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: ClusterClaim
metadata:
name: id.k8s.io
spec:
value: {{ $clusterId }}
value: {{ required "A valid cluster id required!" $clusterId }}

0 comments on commit 7f6848e

Please sign in to comment.