Skip to content

Commit

Permalink
Update operator/apis/options/v1alpha1/keptnconfig_webhook.go
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Bacher <[email protected]>
Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat and bacherfl authored Mar 24, 2023
1 parent ccf67b4 commit 155fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/apis/options/v1alpha1/keptnconfig_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (r *KeptnConfig) SetupWebhookWithManager(mgr ctrl.Manager, namespace string

var _ webhook.Validator = &KeptnConfig{}

// ValidateCreate checks that there is not yet another KetpnConfig active
// ValidateCreate checks that there is not yet another KeptnConfig active
func (r *KeptnConfig) ValidateCreate() error {
logger.Info("Validating KeptnConfig", "name", r.Name)
configs := &KeptnConfigList{}
Expand Down

0 comments on commit 155fc01

Please sign in to comment.