Skip to content

Commit 308c429

Browse files
authored
Fix typo in deploy-netbox.sh (#446)
fix typo in deploy-netbox.sh
1 parent f1e936b commit 308c429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kind/deploy-netbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ${HELM} upgrade --install netbox ${NETBOX_HELM_CHART} \
203203
--set resources.limits.cpu="2000m" \
204204
--set resources.limits.memory="2Gi" \
205205
--set redis.image.repository="bitnamilegacy/redis" \
206-
--set global.security.allowInsecureImages=true
206+
--set global.security.allowInsecureImages=true \
207207
$REGISTRY_ARG
208208

209209
if [[ "$FORCE_NETBOX_NGINX_IPV4" == "true" ]]; then

0 commit comments

Comments
 (0)