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

Commit

Permalink
Merge pull request #1245 from RainbowMango/pr_set_default_log_level
Browse files Browse the repository at this point in the history
Set default log level for kubefed controller manager.
  • Loading branch information
k8s-ci-robot authored Jul 17, 2020
2 parents 9b25d7e + 48f0fb2 commit 5bf41ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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={{ .Values.logLevel }}"
image: "{{ .Values.repository }}/{{ .Values.image }}:{{ .Values.tag }}"
imagePullPolicy: "{{ .Values.imagePullPolicy }}"
name: controller-manager
Expand Down
1 change: 1 addition & 0 deletions charts/kubefed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ controllermanager:
image: kubefed
tag: canary
imagePullPolicy: IfNotPresent
logLevel: 2
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 5bf41ff

Please sign in to comment.