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

This commit is contained in:
2025-12-23 00:50:52 +01:00
parent 766a487962
commit 2b1e66b4d1

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