Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust bindings-forwarder deployment template (#529)
<!-- Thank you for contributing! Please make sure that your code changes are covered with tests. In case of new features or big changes remember to adjust the documentation. In case of an existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> ## What When using extraVolumes and extraVolumeMounts the indentation was a little bit off which was causing the templating to generate invalid yaml. ## How *Describe the solution* change the indentation and add dashes so there's no blank lines. Before: ``` - name: SSL_CERT_DIR value: /etc/ssl/certs/ngrok volumeMounts: - mountPath: /etc/ssl/certs/ngrok name: ca-certs readOnly: true - name: ngrok-ca mountPath: /etc/ssl/certs/ngrok readOnly: true ``` ## Breaking Changes none
- Loading branch information