We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e936b commit 308c429Copy full SHA for 308c429
kind/deploy-netbox.sh
@@ -203,7 +203,7 @@ ${HELM} upgrade --install netbox ${NETBOX_HELM_CHART} \
203
--set resources.limits.cpu="2000m" \
204
--set resources.limits.memory="2Gi" \
205
--set redis.image.repository="bitnamilegacy/redis" \
206
- --set global.security.allowInsecureImages=true
+ --set global.security.allowInsecureImages=true \
207
$REGISTRY_ARG
208
209
if [[ "$FORCE_NETBOX_NGINX_IPV4" == "true" ]]; then
0 commit comments