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 0be2b76 commit 5161bca
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 @@ -95,6 +95,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 5161bca

Please sign in to comment.