From 7b5a9c5ceb742926c175f2528ec0a7bccd5a3b76 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 17 Mar 2026 12:15:44 +0000 Subject: [PATCH] docs: remove manual install sections from README ArtifactHub plugin installer is the only supported installation method. Remove manual tarball, sidecar, and build-from-source install options to align documentation with company policy. Co-Authored-By: Paperclip --- README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/README.md b/README.md index 04b0b88..a5fed24 100644 --- a/README.md +++ b/README.md @@ -25,34 +25,8 @@ A comprehensive [Headlamp](https://headlamp.dev) plugin for managing [Bitnami Se ### Installation -#### Option 1: Headlamp Plugin Manager (Recommended) - Browse the Headlamp Plugin Manager (Settings → Plugins → Catalog) and install **sealed-secrets** directly. -#### Option 2: Manual Tarball Install - -Download the latest tarball from the [Releases page](https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/releases), then extract it into your Headlamp plugins directory: - -```bash -# macOS -tar -xzf sealed-secrets-*.tar.gz -C ~/Library/Application\ Support/Headlamp/plugins/ - -# Linux -tar -xzf sealed-secrets-*.tar.gz -C ~/.config/Headlamp/plugins/ - -# Restart Headlamp after installing -``` - -#### Option 3: Build from Source - -```bash -git clone https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin.git -cd headlamp-sealed-secrets-plugin -npm install -npm run build -npx @kinvolk/headlamp-plugin extract . /headlamp/plugins -``` - ### First Secret ```bash