constellation/cli/internal/helm/charts/cilium/templates/hubble-ui/configmap.yaml

11 lines
297 B
YAML
Raw Normal View History

2022-08-12 08:20:19 +00:00
{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: hubble-ui-nginx
namespace: {{ .Release.Namespace }}
data:
nginx.conf: {{ include "hubble-ui.nginx.conf" . | trim | quote }}
{{- end }}