Skip to content

Commit

Permalink
Add insights-qa ssh key secret to host-metering e2e test template
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Dec 14, 2023
1 parent b98b76f commit a8232c8
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ objects:
- name: sel-shm
emptyDir:
medium: Memory
- name: insights-qa-private-key
secret:
secretName: insights-qa-private-key
defaultMode: 0400
optional: true
containers:
- name: rhobs-${NAME_STUB}-${IMAGE_TAG}-${UID}
image: ${IQE_IMAGE}:${IQE_IMAGE_TAG}
Expand Down Expand Up @@ -95,6 +100,11 @@ objects:
memory: 512Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- name: insights-qa-private-key
readOnly: true
mountPath: /iqe_venv/.ssh/insights-qa.pem
subPath: insights-qa.pem
- name: iqe-sel-${IMAGE_TAG}-${UID}
image: ${IQE_SEL_IMAGE}
env:
Expand Down

0 comments on commit a8232c8

Please sign in to comment.