fix spark

This commit is contained in:
2026-07-08 17:28:05 +07:00
parent cb284550d7
commit 677dd8da97
3 changed files with 22 additions and 8 deletions

View File

@@ -38,7 +38,8 @@ spec:
- name: KAFKA_BOOTSTRAP
value: "{{ .Values.kafka.bootstrap }}"
- name: TOPIC_PATTERN
value: "{{ .Values.topicPattern }}"
# | quote: escape backslash đúng (regex crm\.public\..*) -> YAML hợp lệ
value: {{ .Values.topicPattern | quote }}
- name: TARGET_TABLE
value: "{{ .Values.targetTable }}"
- name: TRIGGER_INTERVAL