Skip to content

Conversation

@brynsofz
Copy link
Contributor

@brynsofz brynsofz commented Nov 20, 2025

This PR adds support for using existing Kubernetes Secrets (external secrets) to provide GeoServer credentials

Introduced Changes

  • Chart.yaml: Bumped GeoServer chart version to 0.3.0
  • values.yaml: Added configuration options to enable the use of external secrets. When external secrets are enabled, the corresponding value becomes the key used to reference the secret
  • secrets.yaml: Updated to conditionally skip creating GeoServer secrets when external secrets are enabled
  • statefulset.yaml: Updated to reference external secrets when they are configured
  • context.xml.tpl: Added a new context.xml.tpl template to replace the previous direct file reference in context.xml, improving templating and customization support
  • README.md: Added documentation section on using external Kubernetes secrets

@@ -0,0 +1,35 @@
{{- define "geoserver.context.xml" -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please update the pool definition to match this one:
https://github.com/geosolutions-it/DevOps/wiki/JNDI-Resource-definition ?

Copy link
Member

@randomorder randomorder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check my comment please

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.

3 participants