Skip to content

Commit

Permalink
Correct helm resource MCR flags (#519)
Browse files Browse the repository at this point in the history
:hidding:, it looks like, i fat fingered before commit and the
 e2e tests didn't catch this typo...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
a-hilaly authored Mar 6, 2024
1 parent d5ae02a commit a5ba3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/helm/templates/deployment.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ spec:
- {{ "\"$(RECONCILE_RESOURCE_RESYNC_SECONDS_{{ $key | upper }})\"" }}
{{ "{{- end }}" }}
{{ "{{- if gt (int .Values.reconcile.defaultMaxConcurrentSyncs) 0 }}" }}
- --reconcile-default-max-concurrenct-syncs
- --reconcile-default-max-concurrent-syncs
- "$(RECONCILE_DEFAULT_MAX_CONCURRENT_SYNCS)"
{{ "{{- end }}" }}
{{ "{{- range $key, $value := .Values.reconcile.resourceMaxConcurrentSyncs }}" }}
- --reconcile-resource-max-concurrenct-syncs
- --reconcile-resource-max-concurrent-syncs
- {{ "\"$(RECONCILE_RESOURCE_MAX_CONCURRENT_SYNCS_{{ $key | upper }})\"" }}
{{ "{{- end }}" }}
image: {{ "{{ .Values.image.repository }}:{{ .Values.image.tag }}" }}
Expand Down

0 comments on commit a5ba3c8

Please sign in to comment.