Merge pull request 'fixed namespace' (#5) from deployment-ns into main
Reviewed-on: #5
This commit is contained in:
commit
8753852318
@ -4,6 +4,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "lib.fullname" . }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
labels:
|
||||
{{- include "lib.labels" . | nindent 4 }}
|
||||
spec:
|
||||
|
Loading…
Reference in New Issue
Block a user