Add env variable DEFAULT_CERT. It contains the name of a default cert secret to use if MR resources doesn't provide a credentialName.
Fixes RHOAIENG-10035
How Has This Been Tested?
Tested manually by adding the env variable in MR operator deployment.
Merge criteria:
[X] The commits and have meaningful messages; the author will squash them after approval or will ask to merge with squash.
[X] Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
[X] The developer has manually tested the changes and verified that the changes work
Description
Add env variable DEFAULT_CERT. It contains the name of a default cert secret to use if MR resources doesn't provide a
credentialName
. Fixes RHOAIENG-10035How Has This Been Tested?
Tested manually by adding the env variable in MR operator deployment.
Merge criteria: