Skip to content

Commit

Permalink
implemented self-signed cert provider. updated argocd to have all val…
Browse files Browse the repository at this point in the history
…ues. refactored k8infra so that the module is fully independent
  • Loading branch information
bensoer committed Jun 13, 2024
1 parent b24ae9e commit 8c729f6
Show file tree
Hide file tree
Showing 6 changed files with 3,670 additions and 14 deletions.
2 changes: 1 addition & 1 deletion modules/k8config/modules/argocd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "helm_release" "argocd" {
dependency_update = true

values = [
file("${abspath(path.module)}/res/argocd-values.yaml")
file("${abspath(path.module)}/res/argocd-values2.yaml")
]
}

Expand Down
Loading

0 comments on commit 8c729f6

Please sign in to comment.