feat(cleanup): cleaning up the project with somme standards
This commit is contained in:
9
overlays/dev/kustomization.yaml
Normal file
9
overlays/dev/kustomization.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: airflow-dev
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
- resources/namespace.yaml
|
||||
|
||||
namePrefix: dev-
|
4
overlays/dev/resources/namespace.yaml
Normal file
4
overlays/dev/resources/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: airflow-dev
|
Reference in New Issue
Block a user