1
0
Fork 0

Merge "cluster/admitomatic: allow use-regex n-i-c annotation"

master
q3k 2021-06-06 14:31:02 +00:00 committed by Gerrit Code Review
commit f923b6c07e
2 changed files with 2 additions and 1 deletions

View File

@ -210,6 +210,7 @@ func (i *ingressFilter) admit(req *admission.AdmissionRequest) (*admission.Admis
"proxy-body-size": true,
"ssl-redirect": true,
"backend-protocol": true,
"use-regex": true,
// Used by cert-manager
"whitelist-source-range": true,
}

View File

@ -32,7 +32,7 @@ local prototext = import "../../../kube/prototext.libsonnet";
cfg:: {
namespace: "admitomatic",
image: "registry.k0.hswaw.net/q3k/admitomatic:315532800-6cc2f867951e123909b23955cd7bcbcc3ec24f8a",
image: "registry.k0.hswaw.net/q3k/admitomatic:1622912229-383fefa14bddd51c1573fb9b5fcc6ecea958f50a",
proto: {},
},