Skip to content

Commit

Permalink
fix: missing resources fied
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed May 23, 2024
1 parent ae20351 commit c42c7b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: wait-registry
image: jwilder/dockerize:0.6.1
resources:
{{- toYaml $.Values.registryPrepopulate.waitRegistry | nindent 12 }}
{{- toYaml $.Values.registryPrepopulate.waitRegistry.resources | nindent 12 }}
command: ['dockerize', '-wait', 'tcp://{{ $.Release.Name }}-docker-registry:5000']
- name: kaniko
image: {{ include "common.images.name" $.Values.kaniko.image }}
Expand Down

0 comments on commit c42c7b1

Please sign in to comment.