Skip to content

Commit

Permalink
[webhooks] add CREATE for mc
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpov <pavel.karpov@flant.com>
  • Loading branch information
krpsh123 committed Jan 29, 2025
1 parent 144065d commit 02c7a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webhooks/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ webhooks:
rules:
- apiGroups: ["deckhouse.io"]
apiVersions: ["v1alpha1"]
operations: ["UPDATE"]
operations: ["CREATE", "UPDATE"]
resources: ["moduleconfigs"]
scope: "Cluster"
clientConfig:
Expand Down

0 comments on commit 02c7a53

Please sign in to comment.