Skip to content

Commit

Permalink
ci: fix codespell failure
Browse files Browse the repository at this point in the history
Signed-off-by: riya-singhal31 <[email protected]>
(cherry picked from commit f12cd9c)
  • Loading branch information
riya-singhal31 authored and iPraveenParihar committed Sep 18, 2024
1 parent 75cff65 commit b235408
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/deploy/ocp/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allowHostNetwork: true
# This need to be set to true as we use HostPath
allowHostDirVolumePlugin: true
priority:
# SYS_ADMIN is needed for rbd to execture rbd map command
# SYS_ADMIN is needed for rbd to execute rbd map command
allowedCapabilities: ["SYS_ADMIN"]
# Needed as we run liveness container on daemonset pods
allowHostPorts: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allowHostNetwork: true
# This need to be set to true as we use HostPath
allowHostDirVolumePlugin: true
priority:
# SYS_ADMIN is needed for rbd to execture rbd map command
# SYS_ADMIN is needed for rbd to execute rbd map command
allowedCapabilities: ["SYS_ADMIN"]
# Needed as we run liveness container on daemonset pods
allowHostPorts: true
Expand Down
2 changes: 1 addition & 1 deletion e2e/rbd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3580,7 +3580,7 @@ var _ = Describe("RBD", func() {
validateRBDImageCount(f, 0, defaultRBDPool)
validateOmapCount(f, 0, rbdType, defaultRBDPool, volumesType)

// Create a PVC and bind it to an app within the namesapce
// Create a PVC and bind it to an app within the namespace
err = validatePVCAndAppBinding(pvcPath, appPath, f)
if err != nil {
e2elog.Failf("failed to validate pvc and application binding: %v", err)
Expand Down
2 changes: 1 addition & 1 deletion scripts/rook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function check_rbd_stat() {
else
RBD_POOL_NAME=$1
fi
# Rook creates a detault pool with name device_health_metrics for
# Rook creates a default pool with name device_health_metrics for
# device-health-metrics CephBlockPool CR
if [[ "${RBD_POOL_NAME}" == "device-health-metrics" ]]; then
RBD_POOL_NAME="device_health_metrics"
Expand Down

0 comments on commit b235408

Please sign in to comment.