diff --git a/docs/documentation/werf-git-section.inc.yaml b/docs/documentation/werf-git-section.inc.yaml index cd6bb9e652..42401fc22e 100644 --- a/docs/documentation/werf-git-section.inc.yaml +++ b/docs/documentation/werf-git-section.inc.yaml @@ -152,14 +152,14 @@ includePaths: ['*cluster_configuration.yaml'] stageDependencies: setup: ['**/*'] -- add: /ee/candi/cloud-providers/zvirt/openapi +- add: /ee/se-plus/candi/cloud-providers/zvirt/openapi to: /src/ee/modules/030-cloud-provider-zvirt/crds owner: jekyll group: jekyll includePaths: ['*instance_class.yaml'] stageDependencies: setup: ['**/*'] -- add: /ee/candi/cloud-providers/zvirt/openapi +- add: /ee/se-plus/candi/cloud-providers/zvirt/openapi to: /src/ee/modules/030-cloud-provider-zvirt/openapi owner: jekyll group: jekyll @@ -255,7 +255,7 @@ includePaths: ['LAYOUTS*.md','ENVIRONMENT*.md','CLUSTER_CONFIGURATION*.md'] stageDependencies: setup: ['**/*'] -- add: /ee/candi/cloud-providers/zvirt/docs +- add: /ee/se-plus/candi/cloud-providers/zvirt/docs to: /src/ee/modules/030-cloud-provider-zvirt/docs owner: jekyll group: jekyll diff --git a/ee/se-plus/modules/030-cloud-provider-zvirt/hooks/discover.go b/ee/se-plus/modules/030-cloud-provider-zvirt/hooks/discover.go index 54ab668dbe..12c8a1a508 100644 --- a/ee/se-plus/modules/030-cloud-provider-zvirt/hooks/discover.go +++ b/ee/se-plus/modules/030-cloud-provider-zvirt/hooks/discover.go @@ -115,7 +115,7 @@ func handleCloudProviderDiscoveryDataSecret(input *go_hook.HookInput) error { discoveryDataJSON := secret.Data["discovery-data.json"] - _, err := config.ValidateDiscoveryData(&discoveryDataJSON, []string{"/deckhouse/ee/candi/cloud-providers/zvirt/openapi"}) + _, err := config.ValidateDiscoveryData(&discoveryDataJSON, []string{"/deckhouse/ee/se-plus/candi/cloud-providers/zvirt/openapi"}) if err != nil { return fmt.Errorf("failed to validate 'discovery-data.json' from 'd8-cloud-provider-discovery-data' secret: %v", err) }