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

Commit 17a4686

Browse files
committed
fix: use name other than default
Signed-off-by: Taylor Price <[email protected]>
1 parent 7b23280 commit 17a4686

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Acornfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ args: {
1616
}
1717

1818
containers: {
19-
default: {
19+
"acorn-dns": {
2020
if args.dbHost == "db" {
2121
dependsOn: "db"
2222
}
@@ -55,6 +55,7 @@ containers: {
5555
}
5656

5757
secrets: {
58+
if args.dbHost == "db" {
5859
"root-credentials": {
5960
type: "basic"
6061
data: {
@@ -67,6 +68,7 @@ secrets: {
6768
username: "acorn"
6869
}
6970
}
71+
}
7072
"aws-creds": {
7173
type: "opaque"
7274
data: {

0 commit comments

Comments
 (0)