We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdb8329 + 1831a84 commit 6ba9bb1Copy full SHA for 6ba9bb1
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