Add kustomize base structure
This commit is contained in:
parent
01a06bf3b9
commit
5c1d401110
|
@ -0,0 +1 @@
|
||||||
|
*.tgz
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
helmCharts: []
|
|
@ -0,0 +1,3 @@
|
||||||
|
namePrefix: dev-
|
||||||
|
resources:
|
||||||
|
- ../base
|
|
@ -0,0 +1,3 @@
|
||||||
|
namePrefix: prod-
|
||||||
|
resources:
|
||||||
|
- ../base
|
Loading…
Reference in New Issue