You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to externalize the environment.properties file, so the chart user can declare env vars for GeoServer.
We have decided to create a Secret to hold the content of the file, and mount it somewhere like /usr/local/tomcat/conf/environment.properties.
The user sets the Secret content in the values file.
An annotation on the GS StatefulSet, set to the SHA sum of the Secret yaml, allows automatic Pod recreation upon Secret update.
The text was updated successfully, but these errors were encountered:
We want to externalize the
environment.properties
file, so the chart user can declare env vars for GeoServer.We have decided to create a Secret to hold the content of the file, and mount it somewhere like
/usr/local/tomcat/conf/environment.properties
.The user sets the Secret content in the values file.
An annotation on the GS StatefulSet, set to the SHA sum of the Secret yaml, allows automatic Pod recreation upon Secret update.
The text was updated successfully, but these errors were encountered: