Skip to content

Commit

Permalink
set bosh ssh private key and username in credhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonskie committed Jan 22, 2018
1 parent e3cf374 commit e51142a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ops/4-credhub-importer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@
- name: concourse/main/bosh_client
type: value
value: admin
- name: concourse/main/bosh_privatekey
- name: concourse/main/bosh_sshprivatekey
type: value
value: ((jumpbox_ssh.private_key))
value: ((jumpbox_ssh.private_key))
- name: concourse/main/bosh_sshusername
type: value
value: jumpbox
- name: concourse/main/bosh_cpi
type: value
value: ((shouldbereplaced))
Expand Down

0 comments on commit e51142a

Please sign in to comment.