Commit 7da8744
feat: Add generic database connection mechanism (#722)
* implement changes according to airflow pattern, where appropriate
* added credentialsSecretName back as it is still in product config
* changelog, rbac
* add the replica change back in
* Apply suggestions from code review
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
* Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
* review changes
* extend changelog, use helper function
* remove credentials secret from product config
* replace eval with os.path.expandvars
* Update CHANGELOG.md
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
---------
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>1 parent 6c93c4b commit 7da8744
35 files changed
Lines changed: 620 additions & 325 deletions
File tree
- deploy
- config-spec
- helm/superset-operator
- configs
- templates
- docs/modules/superset
- examples/getting_started
- pages
- getting_started
- usage-guide
- partials
- extra
- rust/operator-binary/src
- crd
- tests/templates/kuttl
- cluster-operation
- druid-connection
- external-access
- ldap
- logging
- oidc
- opa
- resources
- smoke
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments