Skip to content

Commit

Permalink
Automated Kargo Maintenance Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 3, 2024
1 parent c028179 commit 3195906
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions charts/kargo/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,59 @@ webhooks:
scope: '*'
sideEffects: None
timeoutSeconds: 30
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
# caBundle: WILL BE INJECTED BY CERT-MANAGER BECAUSE OF THE ANNOTATION
service:
name: hyperconverged-cluster-webhook-service
namespace: kubevirt-hyperconverged
path: /mutate-ns-hco-kubevirt-io
port: 4343
failurePolicy: Fail
name: mutate-ns-hco.kubevirt.io
objectSelector:
matchLabels:
kubernetes.io/metadata.name: kubevirt-hyperconverged
rules:
- apiGroups:
- ""
apiVersions:
- v1
operations:
- DELETE
resources:
- namespaces
sideEffects: NoneOnDryRun
timeoutSeconds: 10
#type: MutatingAdmissionWebhook
- admissionReviewVersions:
- v1beta1
- v1
clientConfig:
# caBundle: WILL BE INJECTED BY CERT-MANAGER BECAUSE OF THE ANNOTATION
service:
name: hyperconverged-cluster-webhook-service
namespace: kubevirt-hyperconverged
path: /mutate-hco-kubevirt-io-v1beta1-hyperconverged
port: 4343
failurePolicy: Fail
name: mutate-hyperconverged-hco.kubevirt.io
rules:
- apiGroups:
- hco.kubevirt.io
apiVersions:
- v1alpha1
- v1beta1
operations:
- CREATE
- UPDATE
resources:
- hyperconvergeds
sideEffects: NoneOnDryRun
timeoutSeconds: 10
#type: MutatingAdmissionWebhook
---
apiVersion: cert-manager.io/v1
kind: Certificate
Expand Down

0 comments on commit 3195906

Please sign in to comment.