feat(helm): add flink properties variable to values

This commit is contained in:
2025-04-12 23:14:52 +03:30
parent 392004d99a
commit 44ff3627fc
5 changed files with 21 additions and 2 deletions

View File

@@ -28,4 +28,6 @@
rest.profiling.enabled: true
s3.endpoint: http://{{ .Release.Name }}-minio:9000
s3.path.style.access: true
{{- toYaml .Values.flink.properties | default "" | nindent 4 }}
{{- end }}