Add kustomize base structure

This commit is contained in:
Rob Watson 2022-05-02 17:26:33 +02:00
parent 01a06bf3b9
commit 5c1d401110
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.tgz

View File

@ -0,0 +1,2 @@
---
helmCharts: []

View File

@ -0,0 +1,3 @@
namePrefix: dev-
resources:
- ../base

View File

@ -0,0 +1,3 @@
namePrefix: prod-
resources:
- ../base