Skip to content

Commit 5b40a28

Browse files
Apply suggestions from code review
Co-authored-by: Prasad Ghangal <[email protected]>
1 parent 3963162 commit 5b40a28

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deploy/kubernetes-1.30/hostpath/csi-snapshot-metadata-sidecar.patch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
- name: csi-snapshot-metadata
2-
# TODO: Replace main tag with actual released tag once external-snapshot-metadata is released
32
image: registry.k8s.io/sig-storage/csi-snapshot-metadata:v0.1.0
43
imagePullPolicy: "IfNotPresent"
54
command:

docs/example-snapshot-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This document outlines the steps to test this feature on a Kubernetes cluster us
2121

2222
### Deploy the CSI hostpath driver with a Kubernetes SnapshotMetadata service
2323

24-
Setting up the CSI hostpath driver with a Kubernetes SnapshotMetadata service requires provisioning TLS certificates, creating TLS secrets, a SnapshotMetadata custom resource, patching up csi-hostpathplugin deployments, etc..
24+
Setting up the CSI hostpath driver with a Kubernetes SnapshotMetadata service requires provisioning TLS certificates, creating TLS secrets, a SnapshotMetadata custom resource, patching the csi-hostpathplugin deployments, etc.
2525
These steps are automated in the `deploy.sh` script used to deploy CSI Hostpath driver into the current namespace when invoked with the
2626
appropriate environment variable.
2727

0 commit comments

Comments
 (0)