Merge pull request #15005 from jamieklassen/k8s-cluster-cafile

[kubernetes-backend] support caFile on clusters defined in app-config
This commit is contained in:
Fredrik Adelöw
2022-12-12 11:46:57 +01:00
committed by GitHub
12 changed files with 90 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Clusters declared in the app-config can now have their CA configured via a local filesystem path using the `caFile` property.