kyma-runtime-extension-samples
kyma-runtime-extension-samples copied to clipboard
[#561] set ignore tls verify flag to accept self-signed certificates
The sample uses a self-signed certificate so it is logical to ignore the tls verification checking for a well- known CA certificate.
Fixes #561
Description
Changes proposed in this pull request:
- add
--tls-verify=falseflag to docker push command in make file
Related issue(s)