UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c2e22ec8 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'loki-minio' into 'master'

Fix Loki HR MinIO Operator Conditional

See merge request platform-one/big-bang/bigbang!1600
parents daf1d12e 3a071880
No related branches found
No related tags found
1 merge request!1600Fix Loki HR MinIO Operator Conditional
Pipeline #779451 failed
...@@ -55,11 +55,13 @@ spec: ...@@ -55,11 +55,13 @@ spec:
- name: kyvernopolicies - name: kyvernopolicies
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
{{- end }} {{- end }}
{{- if (eq .Values.loki.strategy "scalable") }}
{{- with .Values.loki.objectStorage }} {{- with .Values.loki.objectStorage }}
{{- if not (and .endpoint .accessKey .accessSecret .bucketNames) }} {{- if not (and .endpoint .accessKey .accessSecret .bucketNames) }}
- name: minio-operator - name: minio-operator
namespace: {{ $.Release.Namespace }} namespace: {{ $.Release.Namespace }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment