Skip to content

Commit

Permalink
fix: remove unused interface reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x committed Oct 9, 2024
1 parent 44f0ade commit d455c2b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions charts/agent-stack/templates/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,6 @@ spec:
- name: {{ .Values.agent.helmValues.egress.config.minio.bucketName }}

env:
# - name: MINIO_PROMETHEUS_AUTH_TYPE
# value: public
# - name: MINIO_PROMETHEUS_URL
# value: "{{ .Values.global.monitoring.prometheusEndpoint }}"
# - name: CONSOLE_PROMETHEUS_URL
# value: "{{ .Values.global.monitoring.prometheusEndpoint }}"
# - name: MINIO_PROMETHEUS_JOB_ID
# value: "scrapeConfig/{{ .Values.global.monitoring.prometheusNamespace }}/{{ .Values.global.namespace }}-minio-job"
# - name: PROMETHEUS_NAMESPACE
# value: "{{ .Values.global.monitoring.prometheusNamespace }}"
# - name: PROMETHEUS_NAME
# value: "prometheus-operator-kube-p-prometheus"
- name: MINIO_IDENTITY_OPENID_CONFIG_URL_PRIMARY_IAM
value: "{{ .Values.global.oidc.authority }}/.well-known/openid-configuration"
- name: MINIO_IDENTITY_OPENID_DISPLAY_NAME_PRIMARY_IAM
Expand Down

0 comments on commit d455c2b

Please sign in to comment.