File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11kind : ClusterRole
22apiVersion : rbac.authorization.k8s.io/v1
33metadata :
4- namespace : crapi
4+ namespace : {{ .Release.Namespace }}
55 name : waitfor-reader
66rules :
77- apiGroups : [""]
Original file line number Diff line number Diff line change 11apiVersion : rbac.authorization.k8s.io/v1
22kind : ClusterRoleBinding
33metadata :
4- namespace : crapi
4+ namespace : {{ .Release.Namespace }}
55 name : waitfor-grant
66subjects :
77- kind : ServiceAccount
88 name : default
9- namespace : crapi
9+ namespace : {{ .Release.Namespace }}
1010 apiGroup : " "
1111roleRef :
1212 kind : ClusterRole
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ mailhog:
239239 replicaCount : 1
240240 minReadySeconds : 10
241241 progressDeadlineSeconds : 600
242- namespace : crapi
242+ namespace : {{ .Release.Namespace }}
243243 smtpService :
244244 name : mailhog
245245 labels :
You can’t perform that action at this time.
0 commit comments