chore: Remove ./ from kustomization for consistency
All checks were successful
Build and deploy / build (push) Successful in 11m27s

This commit is contained in:
2025-12-23 00:50:16 +01:00
parent b75561f589
commit f2d3e58948

View File

@@ -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