Closed slagle closed 2 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: fao89, slagle
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/cherry-pick 18.0.0-proposed
@slagle: new pull request created: #1033
Instead of assuming that the ansible vars in a configmap or secret used with AnsibleVarsFrom are just string key/value pairs, support json values. This is needed to support variables such as edpm_container_registry_logins with AnsibleVarsFrom.
To maintain backwards compatiblity with any already created ConfigMaps or Secrets, if the unmarshalling to JSON fails, a plain string value is assumed.
Jira: https://issues.redhat.com/browse/OSPRH-9500 Signed-off-by: James Slagle jslagle@redhat.com