Skip to content

Commit

Permalink
fix validation webhook for keptntaskdefinition
Browse files Browse the repository at this point in the history
Signed-off-by: Dubaj <[email protected]>
  • Loading branch information
Dubaj committed Jan 10, 2024
1 parent 2701238 commit 6bc4dd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/default/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12306,7 +12306,7 @@ webhooks:
- apiGroups:
- lifecycle.keptn.sh
apiVersions:
- v1alpha3
- v1beta1
operations:
- CREATE
- UPDATE
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/lifecycle-only/result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9634,7 +9634,7 @@ webhooks:
- apiGroups:
- lifecycle.keptn.sh
apiVersions:
- v1alpha3
- v1beta1
operations:
- CREATE
- UPDATE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9953,7 +9953,7 @@ webhooks:
- apiGroups:
- lifecycle.keptn.sh
apiVersions:
- v1alpha3
- v1beta1
operations:
- CREATE
- UPDATE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ webhooks:
- apiGroups:
- lifecycle.keptn.sh
apiVersions:
- v1alpha3
- v1beta1
operations:
- CREATE
- UPDATE
Expand Down
2 changes: 1 addition & 1 deletion lifecycle-operator/config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ webhooks:
- apiGroups:
- lifecycle.keptn.sh
apiVersions:
- v1alpha3
- v1beta1
operations:
- CREATE
- UPDATE
Expand Down

0 comments on commit 6bc4dd0

Please sign in to comment.