Skip to content

Commit 09bd667

Browse files
sebastiangaisercsatib02
authored andcommitted
fix(chart,hosttailer): remove orphaned '.spec.image' as removed in #2049
Signed-off-by: Sebastian Gaiser <[email protected]>
1 parent 8d82ce5 commit 09bd667

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
lines changed

charts/logging-operator/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
113113
| logging.eventTailer.containerOverrides | string | `nil` | containerOverrides |
114114
| logging.hostTailer.enabled | bool | `false` | HostTailer |
115115
| logging.hostTailer.name | string | `"hosttailer"` | name of HostTailer |
116-
| logging.hostTailer.image.repository | string | `nil` | repository of eventTailer image |
117-
| logging.hostTailer.image.tag | string | `nil` | tag of eventTailer image |
118-
| logging.hostTailer.image.pullPolicy | string | `nil` | pullPolicy of eventTailer image |
119-
| logging.hostTailer.image.imagePullSecrets | list | `[]` | imagePullSecrets of eventTailer image |
120116
| logging.hostTailer.workloadMetaOverrides | string | `nil` | workloadMetaOverrides of HostTailer |
121117
| logging.hostTailer.workloadOverrides | string | `nil` | workloadOverrides of HostTailer |
122118
| logging.hostTailer.fileTailers | list | `[]` | configure fileTailers of HostTailer example: - name: sample-file path: /var/log/sample-file disabled: false buffer_max_size: buffer_chunk_size: skip_long_lines: read_from_head: false containerOverrides: image: |

charts/logging-operator/templates/logging/hosttailer.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@ spec:
2323
workloadOverrides:
2424
{{- toYaml . | nindent 4 }}
2525
{{- end }}
26-
{{- with .image }}
27-
image:
28-
{{- toYaml . | nindent 4 }}
29-
{{- end }}
3026
{{- end }}
3127
{{- end }}

charts/logging-operator/templates/logging/hosttailers.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ spec:
2424
workloadOverrides:
2525
{{- toYaml . | nindent 4 }}
2626
{{- end }}
27-
{{- with .image }}
28-
image:
29-
{{- toYaml . | nindent 4 }}
30-
{{- end }}
3127
{{- end }}
3228
{{- end }}
3329
{{- end }}

charts/logging-operator/values.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,6 @@ logging:
299299
enabled: false
300300
# -- name of HostTailer
301301
name: hosttailer
302-
image:
303-
# -- repository of eventTailer image
304-
repository:
305-
# -- tag of eventTailer image
306-
tag:
307-
# -- pullPolicy of eventTailer image
308-
pullPolicy:
309-
# -- imagePullSecrets of eventTailer image
310-
imagePullSecrets: []
311302
# -- workloadMetaOverrides of HostTailer
312303
workloadMetaOverrides:
313304
# -- workloadOverrides of HostTailer
@@ -342,15 +333,6 @@ logging:
342333
# - name: hosttailer
343334
# -- Enable hostTailer
344335
# enabled: true
345-
# image:
346-
# -- repository of eventTailer image
347-
# repository:
348-
# -- tag of eventTailer image
349-
# tag:
350-
# -- pullPolicy of eventTailer image
351-
# pullPolicy:
352-
# -- imagePullSecrets of eventTailer image
353-
# imagePullSecrets: []
354336
# -- workloadMetaOverrides of HostTailer
355337
# workloadMetaOverrides: {}
356338
# -- workloadOverrides of HostTailer

0 commit comments

Comments
 (0)