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

Indexer image secret #6

Merged
merged 6 commits into from
Jun 10, 2024
Merged

Indexer image secret #6

merged 6 commits into from
Jun 10, 2024

Conversation

lbd-cloud
Copy link
Contributor

No description provided.

@lbd-cloud lbd-cloud requested review from rjonczy and Ciejo June 3, 2024 21:15
@@ -0,0 +1,117 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

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

i believe this yaml manifest was commited by mistake. To be removed.

@@ -16,6 +16,9 @@ image:
tag: latest
pullPolicy: IfNotPresent

imagePullSecrets:
name: "PLACEHOLDER_REGISTRY_SECRET_NAME"
Copy link
Contributor

Choose a reason for hiding this comment

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

  • it should be an array.
  • by default should be empty
imagePullSecrets: []

{{- range .Values.imagePullSecrets }}
- name: {{ .name }}
{{- end }}
{{- end }}
Copy link
Contributor

Choose a reason for hiding this comment

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

or could be:

      {{- with .Values.imagePullSecrets }}
      imagePullSecrets:
        {{- toYaml . | nindent 8 }}
      {{- end }}

@lbd-cloud lbd-cloud merged commit e8a9125 into main Jun 10, 2024
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.

2 participants