Skip to content

Commit

Permalink
Update Copyright year and fix Code Style
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchangyan committed Aug 11, 2022
1 parent 3eb6a24 commit b8bb9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/rekt/features/sinkbinding/feature.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2021 The Knative Authors
Copyright 2022 The Knative Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion test/rekt/resources/deployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ spec:
- name: POD_NAME
value: heartbeats
- name: POD_NAMESPACE
value: {{ .namespace }}
value: {{ .namespace }}

0 comments on commit b8bb9be

Please sign in to comment.