Skip to content

Commit

Permalink
Kyverno High Availability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 21, 2024
1 parent 840d8b6 commit 9194edc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/kyverno.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ resource "helm_release" "kyverno" {
chart = "kyverno"
namespace = "kyverno"
create_namespace = true
version = "3.1.5"
version = "3.3.3"

set {
name="admissionController.replicas"
value="3"
}

values = [
file("./assets/kyverno-values.yaml")
Expand Down

0 comments on commit 9194edc

Please sign in to comment.