Skip to content

Commit

Permalink
update 04/30/24 12:57:53
Browse files Browse the repository at this point in the history
  • Loading branch information
Qovery committed Apr 30, 2024
1 parent 2eaae55 commit 1fc88ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ webhooks:
- operations: ["CREATE"]
apiGroups: ["*"]
apiVersions: ["v1"]
resources: ["services", "deployments", "statefulsets"]
resources: ["services", "deployments", "statefulsets", "jobs", "cronjobs", "daemonsets"]
# Set failurePolicy to 'Ignore':
# * to prevent blocking everything in the clusters in case of bugs
# * to let us install this webhook in cluster-agent chart as we have no control on the order of yaml file installation during chart install
Expand Down

0 comments on commit 1fc88ab

Please sign in to comment.