1
0
Fork 0

Add missing namespace

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-27 19:52:42 -05:00
parent 4de8361951
commit 7c9da241a3
5 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@ kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ include "easyhaproxy-ingress.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "easyhaproxy-ingress.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
@ -17,4 +18,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ include "easyhaproxy-ingress.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end }}