Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Prageeth Warnak committed Oct 29, 2018
2 parents 501d0fa + 72fa948 commit 2c2999c
Show file tree
Hide file tree
Showing 7 changed files with 514 additions and 469 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.options
166 changes: 110 additions & 56 deletions README.md

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,3 @@ else
echo -e "${RED}[FAIL]${NOC} Install git command"
exit 1
fi

### Helm-secrets wrapper for helm command with auto decryption and cleanup on the fly
echo ""
echo -ne "${YELLOW}*${NOC} Helm-secrets wrapper for helm binary: "
if [ -f "${HELM_PLUGIN_DIR}/wrapper.sh" ];
then
ln -sf "${HELM_PLUGIN_DIR}/wrapper.sh" "${HELM_WRAPPER}"
fi

if [ -f ${HELM_WRAPPER} ];
then
echo -e "${GREEN}${HELM_WRAPPER}${NOC}"
else
echo -e "${RED}No ${HELM_WRAPPER} installed${NOC}"
fi
3 changes: 2 additions & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "secrets"
version: "1.3.1"
version: "2.0.0"
usage: "Secrets encryption in Helm for Git storing"
description: |-
This plugin provides secrets values encryption for Helm charts secure storing
command: "$HELM_PLUGIN_DIR/secrets.sh"
useTunnel: true
hooks:
install: "$HELM_PLUGIN_DIR/install-binary.sh"
update: "$HELM_PLUGIN_DIR/install-binary.sh"
Loading

0 comments on commit 2c2999c

Please sign in to comment.