Skip to content

Commit

Permalink
Kiln cannot parse bosh variables when given as top level array.
Browse files Browse the repository at this point in the history
  • Loading branch information
MirahImage committed Jul 11, 2023
1 parent bbdb333 commit 89a38b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions example-tile/bosh_variables/some-ca-certificate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: some-ca-certificate
type: certificate
options:
common_name: 'ca.example.com'
is_ca: true
name: some-ca-certificate
type: certificate
options:
common_name: 'ca.example.com'
is_ca: true
4 changes: 2 additions & 2 deletions example-tile/bosh_variables/some-secret.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- name: some-secret
type: password
name: some-secret
type: password

0 comments on commit 89a38b9

Please sign in to comment.