Skip to content

Commit

Permalink
Merge pull request #1038 from sap-contributions/fix-sec-group-broker-…
Browse files Browse the repository at this point in the history
…push

Fix credhub security group for nfsbroker push
  • Loading branch information
geofffranks authored Oct 1, 2024
2 parents 09edfd7 + ddbaf40 commit 5e4996b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/nfsbrokerpush/templates/deploy.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function create_credhub_security_group() {
cf create-security-group credhub_open /var/vcap/jobs/nfsbrokerpush/credhub.json
cf update-security-group credhub_open /var/vcap/jobs/nfsbrokerpush/credhub.json
cf bind-security-group credhub_open $ORG --space $SPACE
cf bind-security-group credhub_open $ORG --space $SPACE --lifecycle staging
}

function create_manifest() {
Expand Down

0 comments on commit 5e4996b

Please sign in to comment.