We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994581f commit 9e26d38Copy full SHA for 9e26d38
osm-seed/templates/tiler-db/tiler-db-statefulset.yaml
@@ -1,4 +1,5 @@
1
{{- if .Values.tilerDb.enabled -}}
2
+{{- if not .Values.tilerDb.useExternalHost.enabled -}}
3
apiVersion: apps/v1
4
kind: StatefulSet
5
metadata:
@@ -101,3 +102,4 @@ spec:
101
102
{{ .Values.tilerDb.nodeSelector.label_key }} : {{ .Values.tilerDb.nodeSelector.label_value }}
103
{{- end }}
104
105
+{{- end }}
0 commit comments