feat(cleanup): cleaning up the project with somme standards

This commit is contained in:
2023-05-04 17:06:19 +02:00
parent 53ece61384
commit d84b111049
13 changed files with 151 additions and 0 deletions

View File

@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: airflow-dev
resources:
- ../../base
- resources/namespace.yaml
namePrefix: dev-

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: airflow-dev