Skip to content

Commit d020cb2

Browse files
aledbfroboquat
authored andcommitted
[installer] Fix registry facade env variables for IPFS and redis
1 parent d1c610e commit d020cb2

File tree

1 file changed

+1
-0
lines changed
  • install/installer/pkg/components/registry-facade

1 file changed

+1
-0
lines changed

install/installer/pkg/components/registry-facade/daemonset.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func daemonset(ctx *common.RenderContext) ([]runtime.Object, error) {
202202
},
203203
},
204204
},
205+
envvars,
205206
),
206207
VolumeMounts: append(
207208
[]corev1.VolumeMount{

0 commit comments

Comments
 (0)