rancher-partner-charts/charts/f5/nginx-ingress/templates/controller-globalconfigurat...

12 lines
375 B
YAML
Raw Normal View History

2021-09-23 08:42:16 +00:00
{{ if .Values.controller.globalConfiguration.create }}
apiVersion: k8s.nginx.org/v1alpha1
kind: GlobalConfiguration
metadata:
name: {{ include "nginx-ingress.controller.fullname" . }}
2021-09-23 08:42:16 +00:00
namespace: {{ .Release.Namespace }}
labels:
{{- include "nginx-ingress.labels" . | nindent 4 }}
spec:
{{ toYaml .Values.controller.globalConfiguration.spec | indent 2 }}
{{- end }}