We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b63ec0 commit ec1bf7eCopy full SHA for ec1bf7e
charts/port-ocean/templates/configmap.yaml
@@ -11,6 +11,7 @@ data:
11
{{- if .Values.clientTimeout }}
12
OCEAN__CLIENT_TIMEOUT: "{{ .Values.clientTimeout }}"
13
{{- end }}
14
+ OCEAN__SEND_RAW_DATA_EXAMPLES: "{{ .Values.sendRawDataExamples | default true }}"
15
OCEAN__EVENT_LISTENER: {{ .Values.integration.eventListener | toJson | quote }}
16
{{- if .Values.integration.identifier }}
17
OCEAN__INTEGRATION__IDENTIFIER: "{{ .Values.integration.identifier }}"
charts/port-ocean/values.yaml
@@ -55,6 +55,8 @@ scheduledResyncInterval: null
55
56
clientTimeout: null
57
58
+sendRawDataExamples: true
59
+
60
secret:
61
name: ""
62
useExistingSecret: false
0 commit comments