Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Deprecation of helm-secret #168

Merged
merged 4 commits into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
[![GitHub issues](https://img.shields.io/github/issues/zendesk/helm-secrets.svg)](https://github.com/zendesk/helm-secrets/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/zendesk/helm-secrets.svg?style=flat-square)](https://github.com/zendesk/helm-secrets/pulls)

# Deprecation information

Please note, this project is no longer being maintained.
There is an active fork [jkroepke/helm-secrets](https://github.com/jkroepke/helm-secrets) and we will also contribute our future changes to it.

# Plugin for secrets management in Helm

Developed and used in all environments in [BaseCRM](https://getbase.com/).
Expand Down
4 changes: 4 additions & 0 deletions install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ else
echo -e "${RED}[FAIL]${NOC} Install git command"
exit 1
fi

echo "Deprecation Info"
echo " Please note, this project is no longer being maintained."
echo " Link to active helm-secret plugin could be found in helm documentation: https://helm.sh/docs/community/related/#helm-plugins"