We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530ca18 commit 8663ea3Copy full SHA for 8663ea3
docs/examples/kubernetes-labels-update.md
@@ -9,8 +9,6 @@ In this example we will import the manifest and update the version for all docum
9
package main
10
11
import (
12
- "fmt"
13
-
14
"github.com/sirupsen/logrus"
15
"github.com/ulfox/dby/db"
16
)
@@ -21,7 +19,7 @@ func main() {
21
19
if err != nil {
22
20
logger.Fatal(err)
23
}
24
- err = state.ImportDocs("docs/examples/manifests/deployment.yaml")
+ err = state.ImportDocs("manifests/deployment.yaml")
25
26
27
0 commit comments