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 e98126d commit fdc65dbCopy full SHA for fdc65db
charts/hdx-oss-v2/templates/hyperdx-deployment.yaml
@@ -28,7 +28,7 @@ spec:
28
{{- end -}}
29
{{- end }}
30
spec:
31
- {{- if not .Values.mongodb.enabled }}
+ {{- if .Values.mongodb.enabled }}
32
initContainers:
33
- name: wait-for-mongodb
34
image: busybox
0 commit comments