Skip to content

Commit a5ba3c8

Browse files
authored
Correct helm resource MCR flags (#519)
: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.
1 parent d5ae02a commit a5ba3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/helm/templates/deployment.yaml.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ spec:
7373
- {{ "\"$(RECONCILE_RESOURCE_RESYNC_SECONDS_{{ $key | upper }})\"" }}
7474
{{ "{{- end }}" }}
7575
{{ "{{- if gt (int .Values.reconcile.defaultMaxConcurrentSyncs) 0 }}" }}
76-
- --reconcile-default-max-concurrenct-syncs
76+
- --reconcile-default-max-concurrent-syncs
7777
- "$(RECONCILE_DEFAULT_MAX_CONCURRENT_SYNCS)"
7878
{{ "{{- end }}" }}
7979
{{ "{{- range $key, $value := .Values.reconcile.resourceMaxConcurrentSyncs }}" }}
80-
- --reconcile-resource-max-concurrenct-syncs
80+
- --reconcile-resource-max-concurrent-syncs
8181
- {{ "\"$(RECONCILE_RESOURCE_MAX_CONCURRENT_SYNCS_{{ $key | upper }})\"" }}
8282
{{ "{{- end }}" }}
8383
image: {{ "{{ .Values.image.repository }}:{{ .Values.image.tag }}" }}

0 commit comments

Comments
 (0)