Skip to content

Commit

Permalink
chore: adding pyxis secret reference (#5155)
Browse files Browse the repository at this point in the history
this PR adds the reference of the pyxis cert/key to the
release-monitor-service

Signed-off-by: Leandro Mendes <[email protected]>
  • Loading branch information
theflockers authored Dec 17, 2024
1 parent ab7c29d commit 3f6b52d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ spec:
containers:
- name: release-service-monitor
env:
- name: PYXIS_HTTP_CERT
valueFrom:
secretKeyRef:
name: release-monitor-secret
key: pyxis_http_cert
- name: PYXIS_HTTP_KEY
valueFrom:
secretKeyRef:
name: release-monitor-secret
key: pyxis_http_key
- name: GITHUB_GIT_TOKEN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 3f6b52d

Please sign in to comment.