Skip to content

Commit 6b960ef

Browse files
committed
Add cluster.x-k8s.io/provider label
This seems to be required for Tilt setup to work. Signed-off-by: Johanan Liebermann <[email protected]>
1 parent 1334a08 commit 6b960ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/default/kustomization.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ namespace: cluster-api-bootstrap-provider-kubeadm-ignition-system
88
# field above.
99
namePrefix: cluster-api-bootstrap-provider-kubeadm-ignition-
1010

11+
labels:
12+
- includeSelectors: true
13+
pairs:
14+
cluster.x-k8s.io/provider: bootstrap-kubeadm-ignition
15+
1116
# Labels to add to all resources and selectors.
1217
#labels:
1318
#- includeSelectors: true

0 commit comments

Comments
 (0)