chore: Remove ./ from kustomization for consistency
All checks were successful
Build and deploy / build (push) Successful in 10m13s
All checks were successful
Build and deploy / build (push) Successful in 10m13s
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- namespace.yaml
|
||||||
- ./crds.yaml
|
- crds.yaml
|
||||||
- ./service-account.yaml
|
- service-account.yaml
|
||||||
- ./cluster-role.yaml
|
- cluster-role.yaml
|
||||||
- ./cluster-role-binding.yaml
|
- cluster-role-binding.yaml
|
||||||
- ./deployment.yaml
|
- deployment.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user