chore(helm): Adding utilities service namespace
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
62dfc6fede
commit
13ff1fd621
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "utilities.fullname" . }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
{{- include "utilities.labels" . | nindent 4 }}
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue