Skip to content

Commit 5863aa4

Browse files
committed
Remove webhook
1 parent dc75a6e commit 5863aa4

16 files changed

+711
-365
lines changed

assets/assets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"embed"
55
)
66

7-
//go:embed *.yaml rbac/*.yaml
7+
//go:embed *.yaml
88
var f embed.FS
99

1010
// ReadFile reads and returns the content of the named file.

assets/rbac/webhook_clusterrole.yaml

-11
This file was deleted.

assets/rbac/webhook_clusterrolebinding.yaml

-12
This file was deleted.

assets/webhook_config.yaml

-42
This file was deleted.

assets/webhook_deployment.yaml

-83
This file was deleted.

assets/webhook_deployment_pdb.yaml

-11
This file was deleted.

assets/webhook_service.yaml

-18
This file was deleted.

assets/webhook_serviceaccount.yaml

-5
This file was deleted.

manifests/07_deployment.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ spec:
4343
env:
4444
- name: OPERAND_IMAGE
4545
value: quay.io/openshift/origin-csi-snapshot-controller
46-
- name: WEBHOOK_IMAGE
47-
value: quay.io/openshift/origin-csi-snapshot-validation-webhook
4846
- name: OPERATOR_IMAGE_VERSION
4947
value: "0.0.1-snapshot"
5048
- name: OPERAND_IMAGE_VERSION

manifests/image-references

-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ spec:
1010
from:
1111
kind: DockerImage
1212
name: quay.io/openshift/origin-csi-snapshot-controller
13-
- name: csi-snapshot-validation-webhook
14-
from:
15-
kind: DockerImage
16-
name: quay.io/openshift/origin-csi-snapshot-validation-webhook

0 commit comments

Comments
 (0)