Skip to content

Commit

Permalink
fix helm reconciliation
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jul 4, 2024
1 parent 0a5bb59 commit ad3e30f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ spec:
args:
- --recommender-name={{ .name }}
- --logtostderr
- --v=1
{{- if .logLevel }}
- --v={{ .logLevel }}
{{ end }}
{{- if .recommendationMarginFraction }}
- --recommendation-margin-fraction={{ .recommendationMarginFraction }}
{{ end }}
Expand Down
2 changes: 2 additions & 0 deletions internal/dinosaur/pkg/api/private/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ components:
type: boolean
proxyImage:
type: string
logLevel:
type: number
required:
- name
type: object
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions openapi/fleet-manager-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ components:
type: boolean
proxyImage:
type: string
logLevel:
type: number

RHACSOperatorConfigs:
properties:
Expand Down

0 comments on commit ad3e30f

Please sign in to comment.