You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{- if and .Values.haproxy.serviceAccount.create .Values.haproxy.enabled }}
- apiVersion: v1
- kind: ServiceAccount
- metadata:
- name: {{ template "redis-ha.serviceAccountName" . }}-haproxy
- namespace: {{ .Release.Namespace }}
- labels:
- heritage: {{ .Release.Service }}
- release: {{ .Release.Name }}
- chart: {{ .Chart.Name }}-{{ .Chart.Version }}
- app: {{ template "redis-ha.fullname" . }}
- {{- end }}
|