Skip to content

Commit

Permalink
Merge pull request #12236 from momesgin/change-cpi-secret-name
Browse files Browse the repository at this point in the history
[2.9] Change CPI/CSI secret names
  • Loading branch information
momesgin authored Oct 11, 2024
2 parents 5b38045 + 9311086 commit 7f907d6
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 7f907d6

Please sign in to comment.