Skip to content

Commit

Permalink
Fix link to operator docs (metalbear-co#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Dec 9, 2024
1 parent 7744baa commit d0e0cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+link-to-operator-docs.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix link to operator docs
2 changes: 1 addition & 1 deletion mirrord/cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ pub(crate) enum CliError {
If you want to run without the operator, please set `\"operator\": false` in the mirrord configuration file.
Please remember that some features are supported only when using mirrord operator (https://mirrord.dev/docs/overview/teams/#supported-features?utm_source=erropfailed&utm_medium=cli).{GENERAL_HELP}"))]
Please remember that some features are supported only when using mirrord operator (https://mirrord.dev/docs/overview/teams?utm_source=erropfailed&utm_medium=cli#supported-features).{GENERAL_HELP}"))]
OperatorApiFailed(OperatorOperation, kube::Error),

#[error("mirrord operator rejected {0}: {1}")]
Expand Down

0 comments on commit d0e0cd4

Please sign in to comment.