Skip to content

Commit

Permalink
[kube-prometheus-stack] Fix indentation multiple imagePullSecrets (#3666
Browse files Browse the repository at this point in the history
)

* Fix indentation error for mutliple imagePullSecrets

Chnage the indentation for multiple imagePullSecrets and trim the whitespace to fix YAML parse error.

Signed-off-by: Daniel <danielbronk@hotmail.com>

* Chart version bump

Signed-off-by: Daniel <danielbronk@hotmail.com>

---------

Signed-off-by: Daniel <danielbronk@hotmail.com>
  • Loading branch information
DanielBronk committed Aug 4, 2023
1 parent 9e0965b commit 1889d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 48.3.0
version: 48.3.1
appVersion: v0.66.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Expand Up @@ -41,7 +41,7 @@ spec:
{{- end }}
{{- if .Values.global.imagePullSecrets }}
imagePullSecrets:
{{ include "kube-prometheus-stack.imagePullSecrets" . | trim | indent 2 }}
{{- include "kube-prometheus-stack.imagePullSecrets" . | indent 8 }}
{{- end }}
containers:
- name: {{ template "kube-prometheus-stack.name" . }}
Expand Down

0 comments on commit 1889d55

Please sign in to comment.