mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
NK-31: Deleted old files
This commit is contained in:
parent
7b3f4fb592
commit
10e3f4d233
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
package constants
|
||||
|
||||
const (
|
||||
// These constants MUST be equal to the corresponding names in service definition in definitions/install.yaml
|
||||
WebhookServiceNamespace = "kube-system"
|
||||
WebhookServiceName = "kube-policy-svc"
|
||||
|
||||
WebhookConfigName = "nirmata-kube-policy-webhook-cfg"
|
||||
MutationWebhookName = "webhook.nirmata.kube-policy"
|
||||
)
|
||||
|
||||
var (
|
||||
WebhookServicePath = "/mutate"
|
||||
WebhookConfigLabels = map[string]string {
|
||||
"app": "kube-policy",
|
||||
}
|
||||
)
|
Loading…
Add table
Reference in a new issue