Skip to content

Commit

Permalink
Fix imposm chart (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 authored May 24, 2024
1 parent c6018f5 commit f5e51e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osm-seed/templates/tiler-imposm/tiler-imposm-statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{- if .Values.tilerImposm.enabled -}}
{{- if .Values.tilerImposm.persistenceDisk.enabled -}}
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down Expand Up @@ -99,4 +98,3 @@ spec:
{{ .Values.tilerImposm.nodeSelector.label_key }} : {{ .Values.tilerImposm.nodeSelector.label_value }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit f5e51e8

Please sign in to comment.