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 c8650a1 commit 33748bfCopy full SHA for 33748bf
charts/hdx-oss-v2/templates/cronjobs/task-checkAlerts.yaml
@@ -22,7 +22,7 @@ spec:
22
- name: task
23
image: "{{ .Values.hyperdx.image.repository }}:{{ .Values.hyperdx.image.tag | default .Chart.AppVersion }}"
24
imagePullPolicy: {{ .Values.hyperdx.image.pullPolicy }}
25
- command: ["node", "/app/api/build/tasks/index.js", "check-alerts"]
+ command: ["node", "/app/packages/api/tasks/index", "check-alerts"]
26
envFrom:
27
- configMapRef:
28
name: {{ include "hdx-oss.fullname" . }}-app-config
0 commit comments