diff --git a/constants/constants.go b/constants/constants.go deleted file mode 100644 index 7bfd24e07c..0000000000 --- a/constants/constants.go +++ /dev/null @@ -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", - } -) \ No newline at end of file