Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from ibuildthecloud/main
Browse files Browse the repository at this point in the history
Fix reference to missing secret
  • Loading branch information
ibuildthecloud authored Oct 23, 2023
2 parents 3242a47 + c8112f1 commit 387136e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets-manager/render.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
cat > /run/secrets/output <<EOF
services: "secret-manager": {
default: true
secrets: ["secret-value"]
secrets: ["item"]
}
secrets: "item": {
Expand Down

0 comments on commit 387136e

Please sign in to comment.