Skip to content

Commit

Permalink
Merge pull request #12238 from momesgin/backport-cpi-and-csi-secret-n…
Browse files Browse the repository at this point in the history
…ame-updates

[2.8] Backport cpi and csi secret name updates
  • Loading branch information
momesgin authored Oct 11, 2024
2 parents 6c1e904 + 1a5cb77 commit 1681024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/utils/v-sphere.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class VSphereUtils {
*/
async handleVsphereCpiSecret(rke2Component: Rke2Component) {
const generateName = `${ rootGenerateName }cpi-`;
const downstreamName = 'vsphere-cpi-creds';
const downstreamName = 'rancher-vsphere-cpi-credentials';
const downstreamNamespace = 'kube-system';
const { value } = rke2Component;

Expand Down Expand Up @@ -166,7 +166,7 @@ class VSphereUtils {
*/
async handleVsphereCsiSecret(rke2Component: Rke2Component) {
const generateName = `${ rootGenerateName }csi-`;
const downstreamName = 'vsphere-csi-creds';
const downstreamName = 'rancher-vsphere-csi-credentials';
const downstreamNamespace = 'kube-system';
const { value } = rke2Component;

Expand Down

0 comments on commit 1681024

Please sign in to comment.