Skip to content

Commit

Permalink
Merge pull request #49 from cloud-gov/add-admin-group-env-var
Browse files Browse the repository at this point in the history
add CF_ADMIN_GROUP_NAME env var to proxy manifest
  • Loading branch information
markdboyd committed Jun 10, 2022
2 parents 98892ab + b4911b8 commit a796975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf/proxy-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ applications:
env:
FLASK_ENV: local
KIBANA_URL: http://kbn-test.apps.internal:5601

CF_ADMIN_GROUP_NAME: "cloud_controller.admin"
CF_API_URL: ((cf_url))
UAA_AUTH_URL: ((uaa_auth_url))
UAA_BASE_URL: ((uaa_base_url))
Expand Down

0 comments on commit a796975

Please sign in to comment.