Adding fission for real

This commit is contained in:
2024-04-16 13:51:49 +02:00
parent 32bc211cb6
commit 085d8b1aeb
70 changed files with 2672 additions and 18 deletions

View File

@@ -51,6 +51,20 @@ data "kustomization_overlay" "data" {
value: "${var.images.webhook.pull_policy}"
EOF
}
patches {
target {
kind = "ConfigMap"
name = "feature-flags"
}
patch = <<-EOF
- op: replace
path: /data/enable-api-fields
value: "alpha"
- op: replace
path: /data/enable-cel-in-whenexpression
value: "true"
EOF
}
patches {
target {
kind = "Deployment"