We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885074d commit 0decfa7Copy full SHA for 0decfa7
.controlplane/templates/app.yml
@@ -1,6 +1,6 @@
1
# Template setup of the GVC, roughly corresponding to a Heroku app
2
kind: gvc
3
-name: {{APP_NAME}}
+name: { { APP_NAME } }
4
spec:
5
# For using templates for test apps, put ENV values here, stored in git repo.
6
# Production apps will have values configured manually after app creation.
@@ -22,10 +22,9 @@ spec:
22
# Part of standard configuration
23
staticPlacement:
24
locationLinks:
25
- - {{APP_LOCATION_LINK}}
+ - { { APP_LOCATION_LINK } }
26
27
---
28
-
29
# Identity is needed to access secrets
30
kind: identity
31
-name: {{APP_IDENTITY}}
+name: { { APP_IDENTITY } }
0 commit comments