We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8a219 commit c5ecbb0Copy full SHA for c5ecbb0
1 file changed
charts/service-gateway/templates/gateway-tls/certificate.yaml
@@ -26,6 +26,11 @@ spec:
26
- {{ include "tenant.name" . }}-s3proxy
27
- {{ include "tenant.name" . }}-s3proxy.{{ .Release.Namespace }}.svc
28
- {{ include "tenant.name" . }}-s3proxy.{{ .Release.Namespace }}.svc.cluster.local
29
+ {{- if eq .Release.Namespace "monitoring" }}
30
+ - prom-label-proxy
31
+ - prom-label-proxy.{{ .Release.Namespace }}.svc
32
+ - prom-label-proxy.{{ .Release.Namespace }}.svc.cluster.local
33
+ {{- end }}
34
{{- end }}
35
36
{{- if eq .Values.infra.hostType "domain" }}
0 commit comments