mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
feat: Remove redundant helm charts and add console as a dependency (#223)
This commit is contained in:
9
helm/core/templates/controller-serviceaccont.yaml
Normal file
9
helm/core/templates/controller-serviceaccont.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- if .Values.controller.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "controller.serviceAccountName" . }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "controller.labels" . | nindent 4 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user