mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
[bitnami/grafana-loki] Modify naming of cluster-wide resources (#10538)
Signed-off-by: FraPazGal <fdepaz@vmware.com>
This commit is contained in:
committed by
GitHub
parent
fbe86055b5
commit
19baeeda30
@@ -1,18 +1,18 @@
|
||||
dependencies:
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.0.22
|
||||
version: 6.1.0
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.0.22
|
||||
version: 6.1.0
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.0.22
|
||||
version: 6.1.0
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.0.22
|
||||
version: 6.1.0
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.14.1
|
||||
digest: sha256:7fef9b74609f5aa699b0a145433e9a7c2844eed4a9abedbce593e5b50544725d
|
||||
generated: "2022-05-25T09:34:28.755965507Z"
|
||||
version: 1.15.1
|
||||
digest: sha256:8db205b88816fd1931d60041390381ae42473475e982af08816d6617732b8aaf
|
||||
generated: "2022-06-02T09:39:27.206272+02:00"
|
||||
|
||||
@@ -44,4 +44,4 @@ name: grafana-loki
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana-loki
|
||||
- https://github.com/grafana/loki/
|
||||
version: 2.0.5
|
||||
version: 2.1.0
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
{{- if .Values.commonLabels }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
name: {{ template "grafana-loki.promtail.fullname" . }}
|
||||
name: {{ printf "%s-%s" (include "common.names.fullname.namespace" .) "promtail" }}
|
||||
{{- if .Values.commonAnnotations }}
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -8,14 +8,14 @@ metadata:
|
||||
{{- if .Values.commonLabels }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
name: {{ template "grafana-loki.promtail.fullname" . }}
|
||||
name: {{ printf "%s-%s" (include "common.names.fullname.namespace" .) "promtail" }}
|
||||
{{- if .Values.commonAnnotations }}
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: {{ template "grafana-loki.promtail.fullname" . }}
|
||||
name: {{ printf "%s-%s" (include "common.names.fullname.namespace" .) "promtail" }}
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: {{ template "grafana-loki.promtail.serviceAccountName" . }}
|
||||
|
||||
Reference in New Issue
Block a user