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

[WIP] Add support to read lincence from secret #142

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

Conversation

viveksyngh
Copy link
Contributor

@viveksyngh viveksyngh commented Aug 29, 2021

This commit add support to take licence from a kubernetes secret.
A kubernetes secret can be created, which can be passed through helm chart.
Previous flag is still present to provide backward comptability.

Signed-off-by: Vivek Singh vivekkmr45@yahoo.in

  • I have raised an issue to propose this change.

#67

Description

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • read the CONTRIBUTION guide
  • signed-off my commits with git commit -s
  • added unit tests

@viveksyngh viveksyngh force-pushed the secret-support-for-license branch 2 times, most recently from 45bf73d to d8388fb Compare August 29, 2021 15:31
This commit add support to take licence from a kubernetes secret.
A kubernetes secret can be created, which can be passed through helm chart.
Previous flag is still present to provide backward comptability.

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
@alexellis
Copy link
Member

Could you replace lincence with license in the commit message please?

@alexellis
Copy link
Member

How Has This Been Tested?
How are existing users impacted? What migration steps/scripts do we need?

@@ -58,6 +58,13 @@ spec:
env:
- name: client_image
value: "{{.Values.clientImage}}"
{{- if and .Values.proLicenseSecret.name .Values.proLicenseSecret.key }}
- name: LICENSE
Copy link
Member

Choose a reason for hiding this comment

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

Please could we mount the secret instead for consistency between the projects.

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.

None yet

2 participants