Fixes Desired Behavior

This commit is contained in:
2023-10-23 20:09:30 -03:00
parent 57d1cf5453
commit 7b42f97248
3 changed files with 3 additions and 7 deletions

View File

@@ -109,10 +109,6 @@ function main() {
kubectl apply -f \
./deployment/cert-manager/cert-manager-certificate.yaml
if [[ $1 == "--staging" || $1 == "-s" ]]; then
bash ./refresh.sh
fi
fi
exit 0