Skip to content

Commit 26d3025

Browse files
committed
Add tests for external dependencies in AKS
1 parent fb2580b commit 26d3025

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

install/infra/terraform/tools/issuer/azure/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ resource "kubernetes_manifest" "clusterissuer_gitpod" {
1515
"name" = "issuer-account-key"
1616
}
1717
"server" = "https://acme-v02.api.letsencrypt.org/directory"
18+
# "server" = "https://acme-staging-v02.api.letsencrypt.org/directory"
1819
"solvers" = [
1920
{
2021
"dns01" = {

install/tests/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ aks-standard-cluster:
3737

3838
.PHONY:
3939
## azure-external-dns: Sets up external-dns with azure provider
40+
azure-external-dns:
4041
azure-external-dns:
4142
terraform init --upgrade && \
4243
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
172173
run-tests:
173174
./tests.sh ${KUBECONFIG}
174175

175-
kots-upgrade:
176+
kots-uprgade:
176177
@echo "Upgrade gitpod KOTS app to latest"
177178
kubectl kots upstream upgrade --kubeconfig=${KUBECONFIG} gitpod -n gitpod --deploy
178179

0 commit comments

Comments
 (0)