Automated Manifest Update (#2342)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2342
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2342.
This commit is contained in:
2025-12-10 00:19:03 +00:00
committed by Alex Lebens
parent 648daeec0a
commit 81048e096c
1118 changed files with 29 additions and 1632 deletions

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/clusterrole-manager.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/clusterrolebinding-manager.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/volsync.backube_replicationdestinations.yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/volsync.backube_replicationsources.yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/deployment-controller.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -28,11 +27,8 @@ spec:
app.kubernetes.io/instance: volsync
spec:
serviceAccountName: volsync
# The default for podSecurityContext is moved here so that we can probe
# the cluster and and adjust the template
securityContext:
runAsNonRoot: true
# When not OpenShift, we need to set the UID
runAsUser: 65534
runAsGroup: 65534
seccompProfile:

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/role-leader-election.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/rolebinding-leader-election.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:

View File

@@ -1,5 +1,4 @@
---
# Source: volsync/charts/volsync/templates/service-metrics.yaml
apiVersion: v1
kind: Service
metadata:

View File

@@ -1,5 +1,3 @@
---
# Source: volsync/charts/volsync/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata: