Skip to content

Commit

Permalink
fix: security-secretstore-setup volume init semantics
Browse files Browse the repository at this point in the history
fixes: edgexfoundry#3852
Signed-off-by: Valina Li <valina.li@intel.com>
  • Loading branch information
vli11 committed Jul 14, 2022
1 parent ad21f98 commit e6a6a81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/security-secretstore-setup/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/dumb-init /bin/sh
# ----------------------------------------------------------------------------------
# Copyright (c) 2020 Intel Corporation
# Copyright (c) 2022 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -21,6 +21,9 @@ set -e

# env settings are populated from env files of docker-compose

# make config vault asset directory for case of helm
mkdir -p /vault/config/assets

echo "Initializing secret store..."
/security-secretstore-setup --vaultInterval=10

Expand Down

0 comments on commit e6a6a81

Please sign in to comment.