Skip to content
Snippets Groups Projects
Commit cc6501c9 authored by Joshua David Akers's avatar Joshua David Akers
Browse files

Merge branch 'turn-off-debug' into 'main'

turn off debug

See merge request !5
parents 232a8c15 e2df5bb4
Branches
Tags
1 merge request!5turn off debug
Pipeline #561289 passed with stages
in 17 seconds
......@@ -3,5 +3,5 @@ name: vault-secret-syncer
description: A Helm chart that syncs secrets from Vault into Kubernetes
type: application
version: 0.4.18
version: 0.4.19
appVersion: "1.16.0"
......@@ -68,7 +68,6 @@ if [ $SECRET_TYPE == "kubernetes.io/dockercfg" ]; then
elif [ $SECRET_TYPE == "generic" ]; then
set -x
if [ "$SECRET_KEY" == "" ]; then
echo "Error: No SECRET_KEY specified"
exit 1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment