Skip to content

Commit

Permalink
Fix imposm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 24, 2024
1 parent c6018f5 commit 845999f
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 845999f

Please sign in to comment.