Tanguy Herbron
64edf557d6
The previously used file naming convention is no longer necessary as Kustomize already orders any request done to the fluster, without having to rely on the `--recursive` fly of the `apply` command.
8 lines
126 B
YAML
8 lines
126 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|