Skip to content

Commit 5d8885f

Browse files
committed
Fixes ProjectConfig from ControllerManagerConfig in the component-config-tutorial
1 parent 78ad658 commit 5d8885f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/component-config-tutorial/testdata/controller_manager_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
2-
kind: ControllerManagerConfig
1+
apiVersion: config.tutorial.kubebuilder.io/v2
2+
kind: ProjectConfig
33
metrics:
44
bindAddress: 127.0.0.1:8080
55
webhook:

0 commit comments

Comments
 (0)