Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ImagePullSecret for fluentd #891

Merged
merged 1 commit into from Aug 28, 2023

Conversation

Rajan-226
Copy link
Contributor

@Rajan-226 Rajan-226 commented Aug 26, 2023

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #879

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:

We already have support for fluentd. It was just not added in values.yaml.

In FluentdSpec:
image

In MakeFluentdDaemonSet:
image

@@ -13,6 +13,9 @@ spec:
port: {{ .Values.fluentd.port }}
replicas: {{ .Values.fluentd.replicas }}
image: {{ .Values.fluentd.image.repository }}:{{ .Values.fluentd.image.tag }}
{{- if .Values.fluentd.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.fluentd.imagePullSecrets | indent 4 }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  {{- if .Values.fluentd.imagePullSecrets }}
  imagePullSecrets:
  {{ toYaml .Values.fluentd.imagePullSecrets | indent 4 }}
{{end}}

There seems to be an end missing here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wenchajun Added, Thanks

Signed-off-by: rajan.sharma <rajan.sharma@razorpay.com>
@benjaminhuo benjaminhuo merged commit 6524195 into fluent:master Aug 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: There is no option to configure imagePullSecret for fluentd in values file
3 participants