trim spaces in codebase

This commit is contained in:
2025-07-22 01:38:40 +03:00
parent 6317daefa1
commit 24b57de126
14 changed files with 18 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ rules:
- list
- watch
---
kind: ClusterRoleBinding
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: backup-service
@@ -72,6 +72,6 @@ subjects:
name: backup-service
namespace: shared
roleRef:
kind: ClusterRole
kind: ClusterRole
name: backup-service
apiGroup: rbac.authorization.k8s.io