fix(certbot): Sourcing binary path
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
af97a505e9
commit
4920a5ef42
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ else
|
|||
fatal "Email address $EMAIL_ADDRESS is invalid."
|
||||
fi
|
||||
|
||||
sed -i "s/email: .*/email: \"${EMAIL_ADDRESS}\"/g" clusterIssuer.yaml
|
||||
sudo sed -i "s/email: .*/email: \"${EMAIL_ADDRESS}\"/g" clusterIssuer.yaml
|
||||
info "Installing cert-manager for auto letsencrypt certificate"
|
||||
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.crds.yaml
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue