Skip to content

Commit

Permalink
templates/image-builder: add CHANNEL as parameter so it get's filled
Browse files Browse the repository at this point in the history
  • Loading branch information
schuellerf committed Aug 19, 2024
1 parent db354eb commit 70a6e45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,10 @@ parameters:
value: "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token"
- name: RECOMMENDATIONS_CA_PATH
value: ""
- name: CHANNEL
value: "local"
description: >
Channel where this pod is deployed.
This is appended to the logs. Usually something like
"local", "staging" or "production".

0 comments on commit 70a6e45

Please sign in to comment.