Skip to content

Commit

Permalink
Trivial change
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 8, 2024
1 parent 8210dbf commit c15568f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/utils/v-sphere.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ class VSphereUtils {
};
}

/**
* Check that system is setup to handle vsphere secrets syncing downstream
*
* Do this via checking the provider and that the required FF is enabled.
*/
private handleVsphereSecret({ $store, provider }: { $store: any, provider: string}): boolean {
if (provider !== VMWARE_VSPHERE) {
return false;
Expand Down

0 comments on commit c15568f

Please sign in to comment.