Skip to content

Commit

Permalink
Fixes ProjectConfig from ControllerManagerConfig in the component-con…
Browse files Browse the repository at this point in the history
…fig-tutorial
  • Loading branch information
tomasfabian committed Jun 30, 2022
1 parent 5d8885f commit 6057e7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: config.tutorial.kubebuilder.io/v2
kind: ProjectConfig
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
metrics:
bindAddress: 127.0.0.1:8080
webhook:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
apiVersion: config.tutorial.kubebuilder.io/v2
kind: ProjectConfig
health:
healthProbeBindAddress: :8081
metrics:
Expand Down

0 comments on commit 6057e7b

Please sign in to comment.