fix: remove unicode from ceph-csi-yaml
All checks were successful
Build / precommit (pull_request) Successful in 3m35s

This commit is contained in:
Ben Vincent 2025-09-21 00:35:16 +10:00
parent b224cfb516
commit ef1bef290e
2 changed files with 20 additions and 20 deletions

View File

@ -5,12 +5,12 @@ metadata:
name: csi-rbdplugin-provisioner
namespace: ceph-csi
labels:
app: csimetrics
app: csi-metrics
spec:
selector:
app: csirbdpluginprovisioner
app: csi-rbdplugin-provisioner
ports:
- name: httpmetrics
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8680
@ -19,17 +19,17 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: csirbdpluginprovisioner
name: csi-rbdplugin-provisioner
namespace: ceph-csi
spec:
replicas: 3
selector:
matchLabels:
app: csirbdpluginprovisioner
app: csi-rbdplugin-provisioner
template:
metadata:
labels:
app: csirbdpluginprovisioner
app: csi-rbdplugin-provisioner
spec:
affinity:
podAntiAffinity:
@ -39,12 +39,12 @@ spec:
- key: app
operator: In
values:
- csirbdpluginprovisioner
- csi-rbdplugin-provisioner
topologyKey: "kubernetes.io/hostname"
serviceAccountName: rbdcsiprovisioner
priorityClassName: systemclustercritical
serviceAccountName: rbd-csi-provisioner
priorityClassName: system-cluster-critical
containers:
- name: csirbdplugin
- name: csi-rbdplugin
image: quay.io/cephcsi/cephcsi:v3.15
args:
- "--nodeid=$(NODE_ID)"

View File

@ -2,24 +2,24 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: csirbdplugin
name: csi-rbdplugin
namespace: ceph-csi
spec:
selector:
matchLabels:
app: csirbdplugin
app: csi-rbdplugin
template:
metadata:
labels:
app: csirbdplugin
app: csi-rbdplugin
spec:
serviceAccountName: rbdcsinodeplugin
serviceAccountName: rbd-csi-nodeplugin
hostNetwork: true
hostPID: true
priorityClassName: systemnodecritical
priorityClassName: system-node-critical
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: csirbdplugin
- name: csi-rbdplugin
securityContext:
privileged: true
capabilities:
@ -89,7 +89,7 @@ spec:
- name: oidc-token
mountPath: /run/secrets/tokens
readOnly: true
# possibly sidecars like driverregistrar, liveness, etc.
# possibly sidecars like driver-registrar, liveness, etc.
volumes:
- name: socket-dir
hostPath:
@ -144,12 +144,12 @@ metadata:
name: csi-metrics-rbdplugin
namespace: ceph-csi
labels:
app: csimetrics
app: csi-metrics
spec:
ports:
- name: httpmetrics
- name: http-metrics
port: 8080
protocol: TCP
targetPort: 8680
selector:
app: csirbdplugin
app: csi-rbdplugin