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(charts): reduce required values & add install docs #802

Merged
merged 23 commits into from
Dec 18, 2024
Merged

Conversation

IvoGoman
Copy link
Contributor

@IvoGoman IvoGoman commented Dec 16, 2024

Description

This PR reduces the required values for installing Greenhouse. Where possible URLs that use the same TLD, are templated.
It also adds instructions on the required steps to install Greenhouse into a Gardener Shoot cluster.

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help
  • Separate ticket for tests # (issue/pr)

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Added to documentation?

  • 📜 README.md
  • 🤝 Documentation pages updated
  • 🙅 no documentation needed
  • (if applicable) generated OpenAPI docs for CRD changes

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

@IvoGoman IvoGoman requested review from a team as code owners December 16, 2024 10:17
kengou
kengou previously approved these changes Dec 16, 2024
@github-actions github-actions bot added documentation Improvements or additions to documentation idproxy helm-charts dependencies labels Dec 17, 2024
@IvoGoman IvoGoman requested a review from kengou December 17, 2024 14:11
@IvoGoman IvoGoman changed the title feat(charts): reduce required values & install docs feat(charts): reduce required values & add install docs Dec 17, 2024
- hard-code subdomain for auth, api and dashboard URLs
- move dnsDomain, oidc to global values
- remove deprecated connectors template & values
- template auth hostname from dnsDomain
- default "*" corsAllowedOrigins
- 2 replicas by default
- enable ingress by default
- default to 2 replicas
- template api hostname from global.dnsDomain
PluginDefinitions need to be manually added to the Greenhouse cluster before the Plugins can be deployed
the greenhouse OAuth2Client is automatically created, once the greenhouse organization is created
first installation of the chart requires to disable them
afterwards they can be enabled again
@IvoGoman IvoGoman merged commit 1e045d3 into main Dec 18, 2024
9 checks passed
@IvoGoman IvoGoman deleted the docs/install branch December 18, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies documentation Improvements or additions to documentation helm-charts idproxy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOCS] Quickstart/ How-to install Greenhouse Guide
2 participants