Skip to content

Commit a55623b

Browse files
committed
fix: use insecure internally
1 parent 168c7f4 commit a55623b

5 files changed

Lines changed: 31 additions & 31 deletions

File tree

bootstrap/kubernetes-full/argocd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ resource "helm_release" "argocd" {
6161
}
6262
}
6363
params = {
64-
"server.insecure" = false
64+
"server.insecure" = true
6565
}
6666

6767
cm = {

0 commit comments

Comments
 (0)