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 660a925 commit 7dda872Copy full SHA for 7dda872
solution-base/build.sh
@@ -91,6 +91,10 @@ function render_mongodb_sharded_yamls()
91
CHART_PATH="$SOLUTION_BASE_DIR/mongodb/charts/mongodb-sharded"
92
93
helm template ${MONGODB_SHARDED_NAME} ${CHART_PATH} -n ${MONGODB_NAMESPACE} \
94
+ # We use "insecure" images in an Artesca / metalk8s context,
95
+ # so we need to allow it. These images are actually not insecure,
96
+ # in our case.
97
+ --set global.security.allowInsecureImages=true \
98
--set image.registry=${MONGODB_REGISTRY} \
99
--set image.repository=${MONGODB_SHARDED_IMAGE_NAME} \
100
--set image.tag=${MONGODB_SHARDED_IMAGE_TAG} \
0 commit comments