-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspinnaker-logging.yml
More file actions
30 lines (26 loc) · 842 Bytes
/
spinnaker-logging.yml
File metadata and controls
30 lines (26 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#/opt/spinnaker/config/clouddriver.yml
#------------------------------------------
cf:
enabled: ${providers.cf.enabled:false}
accounts:
- name: ${providers.cf.primaryCredentials.name}
api: ${providers.cf.primaryCredentials.api}
console: ${providers.cf.primaryCredentials.console}
org: ${providers.cf.defaultOrg}
space: ${providers.cf.defaultSpace}
username: ${providers.cf.account.name:}
password: ${providers.cf.account.password:}
#/opt/spinnaker/config/spinnaker-local.yml
#--------------------------------------------
providers:
cf:
enabled: true
defaultOrg: acme
defaultSpace: development
primaryCredentials:
name: acme-pcf
api: https://api.cf.acme.com
console: https://apps.cf.acme.com
account:
name: spuser
password: spaswd