Skip to content

Commit

Permalink
removing echo command from fence init container
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Jun 13, 2024
1 parent a6ea3bf commit 2ea5ef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm/fence/templates/fence-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ spec:
args:
- "-c"
- |
echo "${FENCE_PUBLIC_CONFIG:-""}" > "/var/www/fence/fence-config-public.yaml"
python /var/www/fence/yaml_merge.py /var/www/fence/fence-config-public.yaml /var/www/fence/fence-config-secret.yaml /var/www/fence/fence-config.yaml
if fence-create migrate --help > /dev/null 2>&1; then
if ! grep -E 'ENABLE_DB_MIGRATION"?: *false' /var/www/fence/fence-config.yaml; then
Expand Down

0 comments on commit 2ea5ef8

Please sign in to comment.