Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
sahma19 committed Aug 7, 2024
1 parent aad4cd1 commit aa40ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment-stamp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ spec:
- name: Retry__RegistryTransactionStillProcessingRetryCount
value: {{ .Values.messageBroker.retry.registryTransactionStillProcessingRetryCount | quote }}

{{- range .Values.registryUrls }}
- name: {{ .name }}
{{- range .Values.registries }}
- name: RegistryUrls__{{ .name }}
value: {{ .address }}
{{- end }}

Expand Down

0 comments on commit aa40ef3

Please sign in to comment.