Skip to content

Commit

Permalink
add common envs to geowebcache
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jul 12, 2024
1 parent 5b65353 commit 28dbab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/geowebcache/geowebcache-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
image: {{ $webapp.docker_image }}
imagePullPolicy: Always
env:
{{- include "georchestra.common-envs" . | nindent 10 }}
{{- include "georchestra.database-georchestra-envs" . | nindent 10 }}
{{- if $webapp.extra_environment }}
{{- $webapp.extra_environment | toYaml | nindent 10 }}
Expand Down

0 comments on commit 28dbab7

Please sign in to comment.