feat(page-injections): ArgoCD section on Namespace and Deployment detail pages #5

Merged
privilegedescalation-engineer[bot] merged 9 commits from feat/page-injections into main 2026-04-22 09:35:26 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit b5cf1a353f - Show all commits
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@headlamp-k8s/eslint-config'],
};
+1 -1
View File
@@ -27,7 +27,7 @@ provider:
name: privilegedescalation
annotations:
headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.0/headlamp-argocd-0.1.0.tar.gz"
headlamp/plugin/archive-checksum: "sha256:REPLACE_WITH_ACTUAL_CHECKSUM"
headlamp/plugin/archive-checksum: "sha256:1f4df43f79b795bdf4f70e1e3aa5bacadf689ea5584fdadf92fb677faab21c2c"
headlamp/plugin/version-compat: ">=0.26"
headlamp/plugin/distro-compat: "in-cluster"
changes: