Skip to content

Commit

Permalink
update legacy manifest reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jimassa committed Jun 4, 2024
1 parent e5d542c commit 4521f4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/installation/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Overview

To customize metrics and other options, you can modify Retina's ConfigMap called `retina-config`.
Defaults are specified for each component in *deploy/manifests/controller/helm/retina/values.yaml*.
Defaults are specified for each component in *deploy/legacy/manifests/controller/helm/retina/values.yaml*.

## Agent Config

Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/daemon/retinaendpoint/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var _ = BeforeSuite(func() {

By("Bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{filepath.Join("../../../..", "deploy/manifests/controller/helm/retina/crds")},
CRDDirectoryPaths: []string{filepath.Join("../../../..", "deploy/legacy/manifests/controller/helm/retina/crds")},

Check failure on line 57 in pkg/controllers/daemon/retinaendpoint/suite_test.go

View workflow job for this annotation

GitHub Actions / Lint (linux, amd64)

filepathJoin: "../../../.." contains a path separator (gocritic)

Check failure on line 57 in pkg/controllers/daemon/retinaendpoint/suite_test.go

View workflow job for this annotation

GitHub Actions / Lint (linux, arm64)

filepathJoin: "../../../.." contains a path separator (gocritic)

Check failure on line 57 in pkg/controllers/daemon/retinaendpoint/suite_test.go

View workflow job for this annotation

GitHub Actions / Lint (windows, amd64)

filepathJoin: "../../../.." contains a path separator (gocritic)

Check failure on line 57 in pkg/controllers/daemon/retinaendpoint/suite_test.go

View workflow job for this annotation

GitHub Actions / Lint (windows, arm64)

filepathJoin: "../../../.." contains a path separator (gocritic)
ErrorIfCRDPathMissing: true,
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/operator/capture/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var _ = BeforeSuite(func() {

By("Bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{filepath.Join("../../../..", "deploy/manifests/controller/helm/retina/crds")},
CRDDirectoryPaths: []string{filepath.Join("../../../..", "deploy/legacy/manifests/controller/helm/retina/crds")},
ErrorIfCRDPathMissing: true,
}

Expand Down
2 changes: 1 addition & 1 deletion test/profiles/localctx/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
operator:
enabled: false
# Plugins will default to deploy/manifests/controller/helm/retina/values.yaml
# Plugins will default to deploy/legacy/manifests/controller/helm/retina/values.yaml
# TODO add all plugins that we want to test here for local context.
remoteContext: false
enablePodLevel: true
Expand Down

0 comments on commit 4521f4e

Please sign in to comment.