init
This commit is contained in:
commit
f8b377c347
10 changed files with 1147 additions and 0 deletions
4
helm-chart/templates/namespace.yaml
Normal file
4
helm-chart/templates/namespace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: {{ .Values.namespace | default .Values.name }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue