Skip to content

Commit

Permalink
plugin yaml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodProgrammer committed Jun 4, 2023
1 parent d300a57 commit 9a7a79c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ name: migrate
version: "0.0.6"
usage: "backup restore"
description: "Backup and restore helm charts in entire cluster"
command: "$HELM_PLUGIN_DIR/bin/helm-migrate"

platformCommand:
- os: linux
arch: amd64
command: "$HELM_PLUGIN_DIR/src/helm-migrate"
command: "$HELM_PLUGIN_DIR/bin/helm-migrate"

0 comments on commit 9a7a79c

Please sign in to comment.