-
Notifications
You must be signed in to change notification settings - Fork 16.6k
feat: add possibility to add env variables from multiple secrets in the Helm chart #15311
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
Closed
mvoitko
wants to merge
12
commits into
apache:master
from
mvoitko:feature/add-env-variables-from-multiple-secrets-in-helm-chart
Closed
feat: add possibility to add env variables from multiple secrets in the Helm chart #15311
mvoitko
wants to merge
12
commits into
apache:master
from
mvoitko:feature/add-env-variables-from-multiple-secrets-in-helm-chart
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
be66dc6 to
2c82312
Compare
2c82312 to
f1fc3d6
Compare
f1fc3d6 to
7732901
Compare
apache#15385) * feat(native-filters): Hide non-numeric columns in numeric range filter * Return true if type_generic undefined * Code review comments * Replace any with string * fix tests * add missing columns to select Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
…pache#15407) * fix removed flask_app property can break derived class * Update __init__.py
…ore view (Allow more than 50 columns to be shown) (apache#15153) * Adding a show all button to the column/metrics list in the explore view * Update superset-frontend/src/explore/components/DatasourcePanel/index.tsx Co-authored-by: cccs-rc <62034438+cccs-rc@users.noreply.github.com> * Update superset-frontend/src/explore/components/DatasourcePanel/index.tsx Co-authored-by: cccs-rc <62034438+cccs-rc@users.noreply.github.com> * Fixing typo Co-authored-by: cccs-rc <62034438+cccs-rc@users.noreply.github.com>
* initial * updated release notes with more content, more media. Added unorganized list of PRs to full changelog. * Finalize release notes and organized changelog for 1.2 * lint removal * Update RELEASING/release-notes-1-2/README.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update RELEASING/release-notes-1-2/README.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update RELEASING/release-notes-1-2/README.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update RELEASING/release-notes-1-2/README.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update RELEASING/release-notes-1-2/README.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update RELEASING/release-notes-1-2/README.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Srini Kadamati <skadamat@gmail.com> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
* slovenian translation - config file * slovenian translation - po, json
* [SIP] Update SIP template * Update sip.md * Update .github/ISSUE_TEMPLATE/sip.md Co-authored-by: Erik Ritter <erik.ritter@airbnb.com> Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
apache#15411) * fix(native-filters): show human readable time grain label in indicator * lint * simplify
* refactor load configuration * refactor init configuration to enable recursive merge * Update config.py * Update app.py * fix lint and black issue
d092255 to
19c6e65
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Add possibility to add env variables from multiple secrets in the Helm chart
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
helm install superset --values ./values.yaml
ADDITIONAL INFORMATION