Closed tommaso-borgato closed 1 year ago
This MR add the option to use secretKeyRef, besides configMapKeyRef, in DeploymentConfig generated by ContainerBuilder, e.g.:
secretKeyRef
configMapKeyRef
DeploymentConfig
ContainerBuilder
- name: KC_DB_USERNAME valueFrom: secretKeyRef: name: postgresql key: database-user - name: KC_DB_PASSWORD valueFrom: secretKeyRef: name: postgresql key: database-password
Please make sure your PR meets the following requirements:
LGTM, merging. Thanks for the fix.
This MR add the option to use
secretKeyRef
, besidesconfigMapKeyRef
, inDeploymentConfig
generated byContainerBuilder
, e.g.:Please make sure your PR meets the following requirements: