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 possibility to provide additional environment variables to GeoServer #201

Closed
AlexGacon opened this issue Jul 31, 2024 · 1 comment · Fixed by #204
Closed
Assignees
Labels
feature new required feature

Comments

@AlexGacon
Copy link
Collaborator

AlexGacon commented Jul 31, 2024

Feature Description

Since the chart allows to define the docker images for GeoServer, it will be nice to allow the possibility to provide additional environment variables to the deployment as well, in case of the custom made image requires it.

Proposed Solution

A usual solution in helm charts is to have at least a extraPodEnv entry but it can be extended to other typical items like a extraConfigMap (or existing config map), extraSecrets (or existing secrets) or additional mounts.

Additional Information

Any additional information or context that may be helpful in implementing the feature.

@AlexGacon AlexGacon added the feature new required feature label Jul 31, 2024
@AlexGacon AlexGacon self-assigned this Aug 8, 2024
@AlexGacon
Copy link
Collaborator Author

For secrets and GeoServer, it is already supported if we maintain a secret outside the helm chart, since the whole secret is imported into the pod.

@AlexGacon AlexGacon changed the title Feature: add the possibility to provide additional environment variables to the different deployments Feature: add the possibility to provide additional environment variables to GeoServer Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new required feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant