Skip to content

Commit

Permalink
fix: fixing reference to env Value
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Nov 12, 2020
1 parent 2dca227 commit a8fe220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/templates/cron-deploy-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- |
set -euo pipefail;
data/deploy-data.sh --oc-project=$(NAMESPACE);
if {{ .Values.enableDbMocks }}; then
if {{ .Values.env.enableDbMocks }}; then
pushd ../mocks_schema;
sqitch deploy;
popd;
Expand Down

0 comments on commit a8fe220

Please sign in to comment.