When trying to use the operation file to override the TLS port, I get the following error that I can resolve by pulling the operations out and hardcoding the port values:
Using deployment 'concourse'
Evaluating manifest:
Finding variable 'atc_tls.certificate':
Expected to find a map key 'certificate' for path '/certificate' (found map keys: 'bind_port')
Exit code 1
When trying to use the operation file to override the TLS port, I get the following error that I can resolve by pulling the operations out and hardcoding the port values:
Failure Scenario Configuration
Deployment Command:
with the following vars file:
Success Scenario Configuration
Deployment Command:
with the following vars file:
and this ops file:
I'm wondering what the issue is and if we can document this somehow.