Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle secretKeyRef in ContainerBuilder #547

Merged
merged 1 commit into from
May 24, 2023

Conversation

tommaso-borgato
Copy link
Contributor

@tommaso-borgato tommaso-borgato commented May 24, 2023

This MR add the option to use secretKeyRef, besides configMapKeyRef, in DeploymentConfig generated by ContainerBuilder, e.g.:

        - 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:

  • Pull Request contains a description of the changes
  • Pull Request does not include fixes for multiple issues/topics
  • Code is formatted, imports ordered, code compiles and tests are passing
  • Code is self-descriptive and/or documented

@mnovak1
Copy link
Contributor

mnovak1 commented May 24, 2023

LGTM, merging. Thanks for the fix.

@mnovak1 mnovak1 merged commit 0ed7dc1 into xtf-cz:master May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants