Skip to content

Commit

Permalink
deploy sealed secrets (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Dec 9, 2024
1 parent f52ad8b commit ffb222e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resource "helm_release" "sealed_secrets" {
depends_on = [azurerm_kubernetes_cluster.k6tests]
name = "sealedsecrets"
namespace = "sealedsecrets-system"
create_namespace = true
repository = "https://bitnami-labs.github.io/sealed-secrets"
chart = "sealed-secrets"
version = "2.17.0"
}

0 comments on commit ffb222e

Please sign in to comment.