Skip to content

Commit

Permalink
Merge branch 'fluent:master' into 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wenchajun committed Nov 5, 2023
2 parents 175fd6f + 1dff378 commit 2215091
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@cb49023b9227b1097e5eddd8824f48bdea11b1aa
uses: helm/chart-testing-action@v2.6.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: A Helm chart for Kubernetes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.5.1
version: 2.5.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/fluent-operator/templates/fluentd-fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ spec:
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
{{- if .Values.fluentd.envVars }}
envVars:
{{- toYaml .Values.fluentd.envVars | nindent 4 }}
{{- end }}
{{- if .Values.fluentd.schedulerName }}
schedulerName: {{ .Values.fluentd.schedulerName }}
{{- end }}
Expand Down
4 changes: 4 additions & 0 deletions charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@ fluentd:
cpu: 100m
memory: 128Mi
schedulerName: ""
# Environment variables that can be passed to fluentd pods
envVars: []
# - name: FOO
# value: "bar"
## Reference to one or more secrets to be used when pulling images
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
Expand Down

0 comments on commit 2215091

Please sign in to comment.