From 3f6b52d580c998429ce1c71b729f3b313d1d297d Mon Sep 17 00:00:00 2001 From: Leandro Mendes Date: Tue, 17 Dec 2024 08:19:39 +0100 Subject: [PATCH] chore: adding pyxis secret reference (#5155) this PR adds the reference of the pyxis cert/key to the release-monitor-service Signed-off-by: Leandro Mendes --- .../monitor/staging/patches/env-secrets-patch.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/release/base/monitor/staging/patches/env-secrets-patch.yaml b/components/release/base/monitor/staging/patches/env-secrets-patch.yaml index 6e31a45bc72..be56b7661dd 100644 --- a/components/release/base/monitor/staging/patches/env-secrets-patch.yaml +++ b/components/release/base/monitor/staging/patches/env-secrets-patch.yaml @@ -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: