We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3503b commit f66090fCopy full SHA for f66090f
bootstrap/config/default/kustomization.yaml
@@ -9,8 +9,8 @@ namespace: capi-k3s-bootstrap-system
9
namePrefix: capi-k3s-bootstrap-
10
11
# Labels to add to all resources and selectors.
12
-#commonLabels:
13
-# someName: someValue
+commonLabels:
+ cluster.x-k8s.io/provider: "bootstrap-k3s"
14
15
bases:
16
- ../crd
controlplane/config/default/kustomization.yaml
@@ -9,8 +9,8 @@ namespace: capi-k3s-control-plane-system
namePrefix: capi-k3s-control-plane-
+ cluster.x-k8s.io/provider: "control-plane-k3s"
0 commit comments