Skip to content

Commit

Permalink
Merge pull request #457 from shiywang/jinjia
Browse files Browse the repository at this point in the history
change jinjia var name to make it more consistent
  • Loading branch information
awels authored Sep 24, 2018
2 parents e5223fd + 9802df5 commit 3096ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ By default when using `manifests/generated/cdi-controller.yaml` CDI will deploy
1. Install CDI:

```
$ namespace=default \
$ cdi_namespace=default \
docker_prefix=kubevirt \
docker_tag=v1.1.1 \
pull_policy=IfNotPresent \
Expand Down
2 changes: 1 addition & 1 deletion hack/build/build-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for tmpl in ${templates}; do
-cloner-image="{{ cloner_image }}" \
-verbosity="{{ verbosity }}" \
-pull-policy="{{ pull_policy }}" \
-namespace="{{ namespace }}"
-namespace="{{ cdi_namespace }}"
) 1>"${MANIFEST_GENERATED_DIR}/${outFile}.j2"
done

Expand Down

0 comments on commit 3096ece

Please sign in to comment.