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