update indentation
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- web/deployment.yaml
|
- web/deployment.yaml
|
||||||
- web/ingress.yaml
|
- web/ingress.yaml
|
||||||
- web/service.yaml
|
- web/service.yaml
|
||||||
- web/web-backend-tls.yaml
|
- web/web-backend-tls.yaml
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- web/ingress.yaml
|
- web/ingress.yaml
|
||||||
- web/web-backend-tls.yaml
|
- web/web-backend-tls.yaml
|
||||||
- web/web-image.yaml
|
- web/web-image.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user