Skip to content

Commit eb1cb72

Browse files
committed
Regenerate manifests with canonical formatting from Jsonnet
- Aligns with project standards and CI expectations - Resolves validate-manifests target failures - Ensures consistency with automated generation workflow
1 parent 7e9303c commit eb1cb72

14 files changed

+0
-14
lines changed

examples/autosharding/cluster-role-binding.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: ClusterRoleBinding
43
metadata:

examples/autosharding/cluster-role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: ClusterRole
43
metadata:

examples/autosharding/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: kustomize.config.k8s.io/v1beta1
32
kind: Kustomization
43

examples/autosharding/role-binding.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: RoleBinding
43
metadata:

examples/autosharding/role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: Role
43
metadata:

examples/autosharding/service-account.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: v1
32
automountServiceAccountToken: false
43
kind: ServiceAccount

examples/autosharding/service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: v1
32
kind: Service
43
metadata:

examples/autosharding/statefulset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: apps/v1
32
kind: StatefulSet
43
metadata:

examples/standard/cluster-role-binding.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: ClusterRoleBinding
43
metadata:

examples/standard/cluster-role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: rbac.authorization.k8s.io/v1
32
kind: ClusterRole
43
metadata:

0 commit comments

Comments
 (0)