Skip to content

Commit 0decfa7

Browse files
committed
fix: styling
1 parent 885074d commit 0decfa7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.controlplane/templates/app.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template setup of the GVC, roughly corresponding to a Heroku app
22
kind: gvc
3-
name: {{APP_NAME}}
3+
name: { { APP_NAME } }
44
spec:
55
# For using templates for test apps, put ENV values here, stored in git repo.
66
# Production apps will have values configured manually after app creation.
@@ -22,10 +22,9 @@ spec:
2222
# Part of standard configuration
2323
staticPlacement:
2424
locationLinks:
25-
- {{APP_LOCATION_LINK}}
25+
- { { APP_LOCATION_LINK } }
2626

2727
---
28-
2928
# Identity is needed to access secrets
3029
kind: identity
31-
name: {{APP_IDENTITY}}
30+
name: { { APP_IDENTITY } }

0 commit comments

Comments
 (0)