This repository was archived by the owner on Jan 8, 2024. It is now read-only.
File tree 3 files changed +7
-2
lines changed
charts/axosyslog-collector
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : axosyslog-collector
3
- description : AxoSyslog kubernetes log collector
3
+ description : AxoSyslog Kubernetes log collector
4
4
type : application
5
- version : 0.1.1
5
+ version : 0.2.0
6
6
appVersion : " 4.1.1"
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ spec:
101
101
- name : " axosyslog-collector"
102
102
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
103
103
imagePullPolicy : " {{ .Values.image.pullPolicy }}"
104
+ {{- if .Values.image.extraArgs }}
105
+ args :
106
+ {{ toYaml .Values.image.extraArgs | indent 12 }}
107
+ {{- end }}
104
108
resources :
105
109
{{ toYaml ( .Values.resources | default .Values.daemonset.resources ) | indent 12 }}
106
110
securityContext : {{ toYaml ( .Values.podSecurityContext | default .Values.daemonset.securityContext ) | nindent 12 }}
Original file line number Diff line number Diff line change 2
2
repository : ghcr.io/axoflow/axosyslog
3
3
pullPolicy : IfNotPresent
4
4
tag : " nightly" # until releasing v4.2
5
+ extraArgs : []
5
6
6
7
imagePullSecrets : []
7
8
nameOverride : " "
You can’t perform that action at this time.
0 commit comments