Start refactor of drone for fluxcd
This commit is contained in:
commit
5e8eae2aa8
10
kustomize/kustomization.yaml
Normal file
10
kustomize/kustomization.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespace.yaml
|
||||
# - rbac.yaml
|
||||
# - storage.yaml
|
||||
# - deployment.yaml
|
||||
# - service.yaml
|
||||
# - ingress.yaml
|
||||
# - agent.yaml
|
||||
5
kustomize/namespace.yaml
Normal file
5
kustomize/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: drone
|
||||
|
||||
Loading…
Reference in New Issue
Block a user