Skip to content

Commit

Permalink
Merge pull request #272 from vmware-tanzu-labs/migrate-to-vault
Browse files Browse the repository at this point in the history
Update credentials format to match vault
  • Loading branch information
neil-hickey authored Aug 17, 2021
2 parents 338e82f + f9ae009 commit f44035a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ resources:
source:
uri: git@github.com:vmwarepivotallabs/cf-mgmt.git
branch: main
private_key: {{git-ssh-key}}
private_key: ((github.ssh_key))
ignore_paths: ["README.md","docs/*"]

- name: draft-cfmgmt-resource
type: github-release
source:
owner: vmware-tanzu-labs
repository: cf-mgmt
access_token: {{github-token}}
access_token: ((github.token))
drafts: true

- name: releases
type: github-release
source:
owner: vmware-tanzu-labs
repository: cf-mgmt
access_token: {{github-token}}
access_token: ((github.token))

- name: docker-registry
type: docker-image
source:
repository: {{docker-repository}}
username: {{docker-registry-username}}
password: {{docker-registry-password}}
tag: {{docker-tag}}
repository: ((dockerhub.repository))
username: ((dockerhub.username))
password: ((dockerhub.password))
tag: ((dockerhub.tag))

- name: cf-deployment-env
icon: pool
Expand Down

0 comments on commit f44035a

Please sign in to comment.