Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Gorbatov <nikolay.gorbatov@flant.com>
  • Loading branch information
sprait committed Nov 28, 2024
1 parent 13db0af commit 26440b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/documentation/werf-git-section.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 26440b1

Please sign in to comment.