Issue Specifics
============
- If you see the below exception in Rosco
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AWSBakeHandler': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'rosco.config-dir' in value "${rosco.config-dir}"

Solution:
-----------
- Execute the following process to fix the issue
○ In "~/.hal/default/staging/rosco.yml" , check to see if you have that setting. it should be something like this
rosco:
 configDir: /opt/rosco/config/packer
○ If you don’t see the entry, then try adding it to "~/.hal/default/profiles/rosco-local.yml"


This link give many interesting configurations for rosco including redis and other configurations:

https://git.app.uib.no/caleno/helm-charts/blob/e0726fdf3074c0767ab0abe2dee649509477ce07/stable/spinnaker/config/rosco-local.yml