We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb8329 commit 1831a84Copy full SHA for 1831a84
1 file changed
charts/lightstepsatellite/templates/deployment.yaml
@@ -63,8 +63,10 @@ spec:
63
fieldRef:
64
fieldPath: metadata.name
65
{{- end }}
66
+ {{- if not (kindIs "invalid" .Values.lightstep.bytes_per_project) }}
67
- name: COLLECTOR_REPORTER_BYTES_PER_PROJECT
68
value: {{ .Values.lightstep.bytes_per_project | quote }}
69
+ {{- end }}
70
{{- if .Values.lightstep.bytes_per_project_override }}
71
- name: COLLECTOR_REPORTER_BYTES_PER_PROJECT_OVERRIDES
72
value: {{ .Values.lightstep.bytes_per_project_override | toJson | quote }}
0 commit comments