devel: rename manifests/ to kustomizations/
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
patches:
|
||||
- target:
|
||||
version: v1
|
||||
group: apps
|
||||
kind: Deployment
|
||||
path: deployment_patch.yaml
|
||||
- target:
|
||||
version: v1
|
||||
kind: Service
|
||||
path: service_patch.yaml
|
||||
resources:
|
||||
- _manifest.yaml
|
||||
Reference in New Issue
Block a user