Skip to content

Commit

Permalink
task: remove unused configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGacon committed Nov 26, 2024
1 parent bc288af commit ef75df7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
5 changes: 0 additions & 5 deletions charts/geonode/templates/geoserver/geoserver-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ spec:
- name: "{{ include "persistant_volume_name" . }}"
mountPath: /geoserver_data/data
subPath: geoserver-data-dir
- name: geoserver-notifier-xml
mountPath: /overrides
- name: geoserver-printing-config-yaml
mountPath: /overrides

Expand Down Expand Up @@ -112,9 +110,6 @@ spec:
cpu: {{ .Values.geoserver.resources.limits.cpu }}

volumes:
- name: geoserver-notifier-xml
configMap:
name: {{ .Release.Name }}-geoserver-notifier-xml
- name: geoserver-printing-config-yaml
configMap:
name: {{ .Release.Name }}-geoserver-printing-config-yaml
Expand Down
44 changes: 0 additions & 44 deletions charts/geonode/templates/geoserver/geoserver-notifier-xml.yaml

This file was deleted.

0 comments on commit ef75df7

Please sign in to comment.