Created
November 12, 2020 13:17
-
-
Save tjarratt/de8613ca95cc4d3871f060082b72e404 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
--- | |
credentials: | |
- name: /concourse/main/credhub-server | |
type: value | |
value: <REPLACE-ME> | |
- name: /concourse/main/credhub-client | |
type: value | |
value: credhub_admin | |
- name: /concourse/main/credhub-secret | |
type: password | |
value: <REPLACE-ME> | |
- name: /concourse/main/credhub-ca-cert | |
type: certificate | |
value: | |
certificate: | | |
-----BEGIN CERTIFICATE----- | |
<REPLACE-ME> | |
-----END CERTIFICATE----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment