Skip to content

Instantly share code, notes, and snippets.

@svrc
Created December 14, 2018 20:22
Show Gist options
  • Save svrc/93932091559d3439429d41ebe7cc3891 to your computer and use it in GitHub Desktop.
Save svrc/93932091559d3439429d41ebe7cc3891 to your computer and use it in GitHub Desktop.
credhub-job
jobs:
- name: credhub-interpolate
plan:
- get: platform-automation-tasks
- get: platform-automation-image
- get: vars
- task: credhub-interpolate
image: platform-automation-image
file: platform-automation-tasks/tasks/credhub-interpolate.yml
input_mapping:
files: vars
params:
CREDHUB_CA_CERT: ((credhub_ca_cert))
CREDHUB_CLIENT: ((credhub_client))
CREDHUB_SECRET: ((credhub_secret))
CREDHUB_SERVER: ((credhub_server))
PREFIX: /((foundation))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment