Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opszero/terraform-aws-kubespot into…
Browse files Browse the repository at this point in the history
… sohan/secrets
  • Loading branch information
sohanyadav committed Oct 28, 2024
2 parents a77d178 + 1ee40f2 commit fb702ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aws_csi_secrets_store.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ resource "helm_release" "csi_secrets_store" {
version = var.csi_secrets_store_version
namespace = "kube-system"
create_namespace = false

set {
name = "syncSecret.enabled"
value = "true"
}

set {
name = "enableSecretRotation"
value = "true"
}
}

data "http" "csi_secrets_store_aws_provider" {
Expand Down

0 comments on commit fb702ce

Please sign in to comment.