Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Set default log level for kubefed controller manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowMango committed Jul 8, 2020
1 parent dd7ec09 commit 3806f2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
containers:
- command:
- /hyperfed/controller-manager
- "--v=3"
image: "{{ .Values.repository }}/{{ .Values.image }}:{{ .Values.tag }}"
imagePullPolicy: "{{ .Values.imagePullPolicy }}"
name: controller-manager
Expand Down

0 comments on commit 3806f2f

Please sign in to comment.