Skip to content

Commit

Permalink
Disable Environment webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Oct 5, 2023
1 parent cbde242 commit c0e5504
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions appstudio-controller/config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@ webhooks:
resources:
- promotionruns
sideEffects: None
- admissionReviewVersions:
- v1
clientConfig:
service:
name: webhook-service
namespace: system
path: /validate-appstudio-redhat-com-v1alpha1-environment
failurePolicy: Fail
name: venvironment.kb.io
rules:
- apiGroups:
- appstudio.redhat.com
apiVersions:
- v1alpha1
operations:
- CREATE
- UPDATE
resources:
- environments
sideEffects: None
# - admissionReviewVersions:
# - v1
# clientConfig:
# service:
# name: webhook-service
# namespace: system
# path: /validate-appstudio-redhat-com-v1alpha1-environment
# failurePolicy: Fail
# name: venvironment.kb.io
# rules:
# - apiGroups:
# - appstudio.redhat.com
# apiVersions:
# - v1alpha1
# operations:
# - CREATE
# - UPDATE
# resources:
# - environments
# sideEffects: None

0 comments on commit c0e5504

Please sign in to comment.