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

feature: add the possibilty to add extra env var and secrets to geoserver pod #204

Merged
merged 6 commits into from
Aug 8, 2024

Conversation

AlexGacon
Copy link
Collaborator

@AlexGacon AlexGacon commented Aug 8, 2024

Description

This PR gives the possibility to:

  • inject additional environment variable into the GeoServer ConfigMap
  • inject additional secrets into the GeoServer Secret when not using an external one
  • inject additional environment variable definitions into the GeoServer container (can be used to rename items from an external secrets)

Type of Change

Please select the relevant option:

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Other (please describe)

Related Issue

If there is an existing issue related to this pull request, please reference it here.

closes #201

Checklist

Please ensure that your pull request meets the following requirements:

  • The pull request is limited to one type (docs, feature, bug fix, etc.)
  • The pull request is as small as possible. Consider opening multiple pull requests instead of one large one.
  • The feature or bug fix has been discussed and documented in an issue beforehand.

Additional Notes

Inspired by https://github.com/kartoza/charts/tree/develop/charts

Thank you for creating this pull request

@mwallschlaeger mwallschlaeger merged commit 0b6a91e into zalf-rdm:main Aug 8, 2024
3 checks passed
This pull request was closed.
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.

Feature: add the possibility to provide additional environment variables to GeoServer
2 participants