Skip to content

Commit

Permalink
Merge pull request #30 from mittwald/fix/helm-chart-registry
Browse files Browse the repository at this point in the history
fix replication src- and destRegistry in helm-chart
  • Loading branch information
jkmw authored May 28, 2020
2 parents 6001c3b + 4e96a5b commit bc2d2a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ spec:
destNamespace: {{ $repl.destNamespace }}
{{- end }}

{{- if $repl.srcRegistry }}
{{- if $repl.srcRegistryName }}
srcRegistry:
name: {{ $instance.name }}-{{ $repl.srcRegistryName }}
{{- end }}

{{- if $repl.destRegistry }}
{{- if $repl.srcRegistryName }}
destRegistry:
name: {{ $instance.name }}-{{ $repl.destRegistryName }}
{{- end }}
Expand Down

0 comments on commit bc2d2a4

Please sign in to comment.