Skip to content

Added support to use imagePullSecrets defined in values.yaml file#91

Closed
navneet066 wants to merge 3 commits into
fluent:masterfrom
navneet066:patch-2
Closed

Added support to use imagePullSecrets defined in values.yaml file#91
navneet066 wants to merge 3 commits into
fluent:masterfrom
navneet066:patch-2

Conversation

@navneet066

Copy link
Copy Markdown
Contributor

in fluentbit-operator deployment file, there was no support for the imagePullSecrets though it was available in values.yaml file. I will add in other templates also

@navneet066 navneet066 marked this pull request as ready for review July 15, 2021 09:52
@benjaminhuo

Copy link
Copy Markdown
Member

@navneet066 Thanks for the PR. Would you please squash your commits into one?

- name: env
mountPath: /fluentbit-operator
serviceAccountName: fluentbit-operator
{{- if .Values.imagePullSecrets }}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This format will be less readable, the following format will be better.

      serviceAccountName: fluentbit-operator
      {{- if .Values.imagePullSecrets }}
      imagePullSecrets:
      {{ toYaml .Values.imagePullSecrets | indent 8 }}
      {{- end }}

@benjaminhuo

benjaminhuo commented Jul 16, 2021

Copy link
Copy Markdown
Member

@navneet066 Would you please squash your 5 commits into one using cmd like git rebase -i squash head~5

@navneet066

Copy link
Copy Markdown
Contributor Author

Hi Everyone, Something wrong with my git. I am closing this one and will create the same with the new PR .

@navneet066 navneet066 closed this Jul 16, 2021
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.

4 participants