We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d561e46 commit f61949eCopy full SHA for f61949e
charts/kms-core/Chart.yaml
@@ -1,6 +1,6 @@
1
name: kms-service
2
description: A helm chart to distribute and deploy the Zama KMS application stack
3
-version: 1.0.6
+version: 1.0.7
4
apiVersion: v2
5
keywords:
6
- kms-service
charts/kms-core/templates/kms-gen-keys-configmap.yaml
@@ -86,10 +86,6 @@ data:
86
echo "kmsGenKey.forceRecreate is enabled, deleting existing configmap"
87
kubectl delete configmap "$CONFIGMAP_NAME"
88
{{- end }}
89
- if [ ! -z "$(cat /keygen/key_id)" ]; then
90
- echo "Key ID found, skipping configmap creation"
91
- exit 0
92
- fi
93
echo "creating kubernetes configmap: $CONFIGMAP_NAME"
94
kubectl create configmap "$CONFIGMAP_NAME" \
95
--from-literal=KMS_BUCKET_URL="$(cat /keygen/bucket_url)" \
0 commit comments