Skip to content

Commit ae64035

Browse files
authored
Merge pull request #7 from mluedke/npm
Add NPM instruction and fix config schema
2 parents 52ab603 + 3f19d44 commit ae64035

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ Please refer to the [official documentation](https://docs.sysdig.com/en/docs/adm
2424

2525
#### Via NPM
2626

27-
TBA
28-
29-
<!-- ```bash
27+
```bash
3028
# From your Backstage root directory
3129
yarn --cwd packages/app add @sysdig/backstage-plugin-sysdig
32-
``` -->
30+
```
3331

3432
#### Via GitHub
3533

@@ -140,4 +138,4 @@ spec:
140138

141139
In most cases, **no**. It cannot be guaranteed that values for other plugins, such as the Kubernetes one, will match those in Sysdig. For example, when you install the Sysdig Agent, you can set data to whatever you want (such as the cluster name), so it may differ from what other plugins have.
142140

143-
If you can guarantee that values for certain annotations will always match across plugins, you can edit the [source file](./src/lib/annotations.ts) and set those to the desired annotations.
141+
If you can guarantee that values for certain annotations will always match across plugins, you can edit the [source file](./src/lib/annotations.ts) and set those to the desired annotations.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
"config.d.ts",
4949
"dist"
5050
],
51+
"configSchema": "config.d.ts",
5152
"module": "./dist/index.esm.js"
5253
}

0 commit comments

Comments
 (0)