You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: