File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/gitops-runtime/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 global.codefresh.accountId : " "
3030 asserts :
3131 - failedTemplate :
32- errorMessage : ' global.codefresh.accountId must be provided for hosted runtimes '
32+ errorMessage : ' global.codefresh.accountId is required for tunnel based runtime '
3333
3434- it : accountId appears in app-proxy env and runtime type is HELM_HOSTED
3535 template : ' app-proxy/deployment.yaml'
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ tests:
225225 mountPath : /my-secret
226226
227227- it : Fail template if runtime name not provided
228- template : ' app-proxy/config .yaml'
228+ template : ' app-proxy/deployment .yaml'
229229 set :
230230 global.codefresh.userToken.token : dummy
231231 global.codefresh.accountId : asddd
You can’t perform that action at this time.
0 commit comments