add changeset

Signed-off-by: Matthew Clarke <mclarke@spotify.com>
This commit is contained in:
Matthew Clarke
2022-04-11 22:01:03 -04:00
parent 17a86fb29f
commit 753a20c89e
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Add kubernetes namespace annotation `backstage.io/kubernetes-namespace` to force namespaced lookups for Kubernetes resources
+10
View File
@@ -355,6 +355,16 @@ annotations:
'backstage.io/kubernetes-id': dice-roller
```
#### Adding the namespace annotation
Additionally entities can have the `backstage.io/kubernetes-namespace` annotation to use namespaced
lookups instead of the default cluster wide lookups.
```yaml
annotations:
'backstage.io/kubernetes-namespace': dice-space
```
#### Labeling Kubernetes components
In order for Kubernetes components to show up in the software catalog as a part