Created
August 30, 2021 12:56
-
-
Save developer-guy/bd306741b3a12d6311776121e9e94445 to your computer and use it in GitHub Desktop.
Generate certificate suitable for use with any Kubernetes Mutating Webhook: https://github.com/newrelic/k8s-webhook-cert-manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./generate_certificate.sh --service ${WEBHOOK_SERVICE_NAME} --webhook | |
${WEBHOOK_NAME} --secret ${SECRET_NAME} --namespace ${WEBHOOK_NAMESPACE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment