File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -171,10 +171,9 @@ CSI_RESIZER_RBAC_YAML="https://raw.githubusercontent.com/kubernetes-csi/external
171
171
CSI_EXTERNALHEALTH_MONITOR_RBAC_YAML=" https://raw.githubusercontent.com/kubernetes-csi/external-health-monitor/$( rbac_version " ${BASE_DIR} /hostpath/csi-hostpath-plugin.yaml" csi-external-health-monitor-controller false) /deploy/kubernetes/external-health-monitor-controller/rbac.yaml"
172
172
: ${CSI_EXTERNALHEALTH_MONITOR_RBAC:= https:// raw.githubusercontent.com/ kubernetes-csi/ external-health-monitor/ $(rbac_version " ${BASE_DIR} /hostpath/csi-hostpath-plugin.yaml" csi-external-health-monitor-controller " ${UPDATE_RBAC_RULES} " )/ deploy/ kubernetes/ external-health-monitor-controller/ rbac.yaml}
173
173
174
- # TODO: Replace with external-snapshot-metadata link once https://github.com/kubernetes-csi/external-snapshot-metadata/pull/84 is merged
175
- CSI_SNAPSHOT_METADATA_TLS_CERT_YAML=" https://raw.githubusercontent.com/PrasadG193/k8s-external-snapshot-metadata/refs/heads/add-testdata/deploy/example/csi-driver/testdata/csi-snapshot-metadata-tls-secret.yaml"
176
- SNAPSHOT_METADATA_SERVICE_CR_YAML=" https://raw.githubusercontent.com/PrasadG193/k8s-external-snapshot-metadata/refs/heads/add-testdata/deploy/example/csi-driver/testdata/snapshotmetadataservice.yaml"
177
- CSI_SNAPSHOT_METADATA_SERVICE_YAML=" https://raw.githubusercontent.com/PrasadG193/k8s-external-snapshot-metadata/refs/heads/add-testdata/deploy/example/csi-driver/testdata/csi-snapshot-metadata-service.yaml"
174
+ CSI_SNAPSHOT_METADATA_TLS_CERT_YAML=" https://raw.githubusercontent.com/kubernetes-csi/external-snapshot-metadata/$( rbac_version " ${BASE_DIR} /hostpath/csi-snapshot-metadata-sidecar.patch" csi-snapshot-metadata false) /deploy/example/csi-driver/testdata/csi-snapshot-metadata-tls-secret.yaml"
175
+ SNAPSHOT_METADATA_SERVICE_CR_YAML=" https://raw.githubusercontent.com/kubernetes-csi/external-snapshot-metadata/$( rbac_version " ${BASE_DIR} /hostpath/csi-snapshot-metadata-sidecar.patch" csi-snapshot-metadata false) /deploy/example/csi-driver/testdata/snapshotmetadataservice.yaml"
176
+ CSI_SNAPSHOT_METADATA_SERVICE_YAML=" https://raw.githubusercontent.com/kubernetes-csi/external-snapshot-metadata/$( rbac_version " ${BASE_DIR} /hostpath/csi-snapshot-metadata-sidecar.patch" csi-snapshot-metadata false) /deploy/example/csi-driver/testdata/csi-snapshot-metadata-service.yaml"
178
177
179
178
INSTALL_CRD=${INSTALL_CRD:- " false" }
180
179
You can’t perform that action at this time.
0 commit comments