There was an error while loading. Please reload this page.
1 parent 62a72f6 commit 6abb12dCopy full SHA for 6abb12d
production/helm/loki/templates/admin-api/deployment-admin-api.yaml
@@ -1,4 +1,4 @@
1
-{{- if .Values.enterprise.enabled }}
+{{- if and .Values.enterprise.enabled .Values.enterprise.adminApi.enabled }}
2
apiVersion: apps/v1
3
kind: Deployment
4
metadata:
production/helm/loki/templates/admin-api/service-admin-api.yaml
apiVersion: v1
kind: Service
@@ -25,4 +25,4 @@ spec:
25
targetPort: grpc
26
selector:
27
{{- include "enterprise-logs.adminApiSelectorLabels" . | nindent 4 }}
28
-{{- end }}
+{{- end }}
0 commit comments