Skip to content

Commit

Permalink
Merge pull request #7 from mluedke/npm
Browse files Browse the repository at this point in the history
Add NPM instruction and fix config schema
  • Loading branch information
Jujuyeh authored Apr 12, 2024
2 parents 52ab603 + 3f19d44 commit ae64035
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ Please refer to the [official documentation](https://docs.sysdig.com/en/docs/adm

#### Via NPM

TBA

<!-- ```bash
```bash
# From your Backstage root directory
yarn --cwd packages/app add @sysdig/backstage-plugin-sysdig
``` -->
```

#### Via GitHub

Expand Down Expand Up @@ -140,4 +138,4 @@ spec:

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.

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.
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.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"config.d.ts",
"dist"
],
"configSchema": "config.d.ts",
"module": "./dist/index.esm.js"
}

0 comments on commit ae64035

Please sign in to comment.