Skip to content

Commit

Permalink
argocd, helm-secrets, and multi-source aren't playing nice yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Ringdahl authored and cardoe committed Jun 18, 2024
1 parent 19f2bc8 commit 5be17f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/easy-secrets-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if [ "x${DO_TMPL_VALUES}" = "xy" ]; then
[ ! -f "${DEST_DIR}/secret-openstack.yaml" ] && \
yq '(.. | select(tag == "!!str")) |= envsubst' \
"./components/openstack-secrets.tpl.yaml" \
| secret-seal-stdin "${DEST_DIR}/secret-openstack.yaml"
> "${DEST_DIR}/secret-openstack.yaml"
fi

cd ${DEST_DIR}
Expand Down

0 comments on commit 5be17f0

Please sign in to comment.