1 Commits

Author SHA1 Message Date
Iain Sproat a50e031c13 Fix enabling of diagnostics (#8)
* fix(deployment): use correct value name to enable diagnostic logging

* Remove the selector label as the job pod was being selected by the deployment
2023-02-08 23:04:56 +00:00
2 changed files with 1 additions and 3 deletions
@@ -64,7 +64,7 @@ spec:
- name: GELF_ADDRESS
value: {{ printf "%s://0.0.0.0:%d" ( lower .Values.service.protocol ) ( .Values.service.port | int ) }}
- name: GELF_ENABLE_DIAGNOSTICS
value: {{ .Values.seq.enableDiagnostics | quote }}
value: {{ .Values.seq.diagnosticLogging | quote }}
# TODO support mounting of certificates from secrets
# - name: GELF_CERTIFICATE_PATH
# value: /certs/seq-input-gelf.crt
@@ -14,8 +14,6 @@ spec:
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "seq-input-gelf.selectorLabels" . | nindent 8 }}
spec:
securityContext:
fsGroup: 2000