Skip to content

Commit

Permalink
Run make generated-files (#2885)
Browse files Browse the repository at this point in the history
Co-authored-by: pierDipi <33736985+pierDipi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pierDipi authored Sep 24, 2024
1 parent 96c8eba commit a4a3e83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rules:
- "deployments"
verbs:
- "delete"
- "get"
- "list"
# we need to get statefulsets
- apiGroups:
Expand Down
4 changes: 3 additions & 1 deletion serving/metadata-webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ LABEL \
summary="Red Hat OpenShift Serverless 1 Webhook" \
maintainer="serverless-support@redhat.com" \
description="Red Hat OpenShift Serverless 1 Webhook" \
io.k8s.display-name="Red Hat OpenShift Serverless 1 Webhook"
io.k8s.display-name="Red Hat OpenShift Serverless 1 Webhook" \
io.k8s.description="Red Hat OpenShift Serverless Webhook" \
io.openshift.tags="webhook"

ENTRYPOINT ["/usr/bin/webhook"]

0 comments on commit a4a3e83

Please sign in to comment.