You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add apk add curl --no-interactive --quiet to the docker container image as in the production environment we need to push generated config & cert files into configMap from the init hatchet-admin container via k8s API and for the PUT (Update) we need curl to be baked into the image since build-in wget does not support PUT HTTP requests.
The current workaround is to manually install apk add curl --no-interactive --quiet each time the container runs which requires internet connections.
The text was updated successfully, but these errors were encountered:
Please add
apk add curl --no-interactive --quiet
to the docker container image as in the production environment we need to push generated config & cert files into configMap from the init hatchet-admin container via k8s API and for the PUT (Update) we need curl to be baked into the image since build-in wget does not support PUT HTTP requests.The current workaround is to manually install
apk add curl --no-interactive --quiet
each time the container runs which requires internet connections.The text was updated successfully, but these errors were encountered: