File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
infra/terraform/tools/issuer/azure Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ resource "kubernetes_manifest" "clusterissuer_gitpod" {
15
15
" name" = " issuer-account-key"
16
16
}
17
17
" server" = " https://acme-v02.api.letsencrypt.org/directory"
18
+ # "server" = "https://acme-staging-v02.api.letsencrypt.org/directory"
18
19
" solvers" = [
19
20
{
20
21
" dns01" = {
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ aks-standard-cluster:
37
37
38
38
.PHONY :
39
39
# # azure-external-dns: Sets up external-dns with azure provider
40
+ azure-external-dns :
40
41
azure-external-dns :
41
42
terraform init --upgrade && \
42
43
terraform workspace new $(TF_VAR_TEST_ID ) || terraform workspace select $(TF_VAR_TEST_ID) && \
@@ -172,7 +173,7 @@ check-gitpod-installation: delete-cm-setup check-kots-app check-env-sub-domain
172
173
run-tests :
173
174
./tests.sh ${KUBECONFIG}
174
175
175
- kots-upgrade :
176
+ kots-uprgade :
176
177
@echo " Upgrade gitpod KOTS app to latest"
177
178
kubectl kots upstream upgrade --kubeconfig=${KUBECONFIG} gitpod -n gitpod --deploy
178
179
You can’t perform that action at this time.
0 commit comments