forked from cloudfoundry/bosh-bootloader
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as texplate is archived and has not been updated since 2018. and currently has some golang lib issues. darccio/mergo#240
- Loading branch information
Showing
4 changed files
with
28 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
ci/tasks/create-bosh-deployment-source-file/source-template.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
--- | ||
target: {{ env "TARGET" }} | ||
client: {{ env "CLIENT" }} | ||
client_secret: {{ env "CLIENT_SECRET" }} | ||
ca_cert: {{ toJson (env "CA_CERT") }} | ||
jumpbox_url: {{ env "JUMPBOX_URL" }}:22 | ||
jumpbox_ssh_key: {{ toJson (env "JUMPBOX_SSH_KEY") }} | ||
#@ load("@ytt:data", "data") | ||
target: #@ data.values.TARGET | ||
client: #@ data.values.CLIENT | ||
client_secret: #@ data.values.CLIENT_SECRET | ||
ca_cert: #@ data.values.CA_CERT | ||
jumpbox_url: #@ data.values.JUMPBOX_URL + ":22" | ||
jumpbox_ssh_key: #@ data.values.JUMPBOX_SSH_KEY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters