Skip to content

Commit

Permalink
channel impl did not support setting annotations before........
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Nov 12, 2024
1 parent acc4557 commit 35def44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/rekt/resources/channel_impl/channel_impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ kind: {{ .kind }}
metadata:
name: {{ .name }}
namespace: {{ .namespace }}
annotations:
{{ if .annotations }}
{{ range $key, $value := .annotations }}
{{ $key }}: "{{ $value }}"
{{ end }}
{{ end }}
spec:
{{ if .delivery }}
delivery:
Expand Down

0 comments on commit 35def44

Please sign in to comment.