Skip to content

Commit 3c2a676

Browse files
authored
Merge pull request #121 from Randoooom/fix/argo
fix: use insecure internally
2 parents 168c7f4 + a55623b commit 3c2a676

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)