Skip to content

Commit 5885cd3

Browse files
fix comments
Signed-off-by: Rakshit Gondwal <[email protected]>
1 parent df25765 commit 5885cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cis-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test:
5151
# grab the node name
5252
NODE=$(kubectl get nodes --no-headers \
5353
-o custom-columns=NAME:.metadata.name | head -n1)
54-
# we'll have to label the node so that the operator recognizes our cluster as an aks cluster
54+
# we will have to label the node so that the operator recognizes our cluster as an aks cluster
5555
# kwok is not recognized as a provider, https://github.com/rancher/kubernetes-provider-detector/tree/master/providers
5656
kubectl label node "$NODE" kubernetes.azure.com/cluster=""
5757
kubectl apply -f https://raw.githubusercontent.com/rancher/cis-operator/refs/heads/main/crds/clusterscan.yaml

0 commit comments

Comments
 (0)