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

feat: add options to allow to get JDBC Url and username from secret #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gminh474
Copy link

@gminh474 gminh474 commented Aug 5, 2024

Add options to be able to configure the j-JDBC Url and usename with a secret already existing

@@ -109,6 +109,21 @@ Determine JDBC username
{{- end -}}
{{- end -}}

{{/*
Determine the k8s secretKey contrining the JDBC username
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Determine the k8s secretKey contrining the JDBC username
Determine the k8s secretKey containing the JDBC username

@@ -130,6 +145,22 @@ Determine the k8s secretKey contrining the JDBC password
{{- end -}}
{{- end -}}

{{/*
Determine the k8s secretKey contrining the JDBC username
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Determine the k8s secretKey contrining the JDBC username
Determine the k8s secretKey containing the JDBC URL

Copy link
Collaborator

@antoinegelloz antoinegelloz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

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