Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion roles/kustomize_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ with a message.
where the architecture repo is cloned on the controller node.
Defaults to `~/src/github.com/openstack-k8s-operators/architecture`
- `cifmw_kustomize_deploy_architecture_repo_version`: _(string)_ Default branch
of the architecture repo to clone.Defaults to `HEAD`
of the architecture repo to clone. Takes its value from group_vars
cifmw_architecture_repo_version_pin, defaults to `HEAD` if not defined.
- `cifmw_kustomize_deploy_architecture_examples_common_path`: _(string)_
Relative path of the common CRs in the architecture repo. Defaults to
`/examples/common`
Expand Down
2 changes: 1 addition & 1 deletion roles/kustomize_deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cifmw_kustomize_deploy_architecture_repo_dest_dir: >-
] | path_join )
}}

cifmw_kustomize_deploy_architecture_repo_version: "HEAD"
cifmw_kustomize_deploy_architecture_repo_version: "{{ cifmw_architecture_repo_version_pin | default('HEAD') }}"

cifmw_kustomize_deploy_architecture_examples_common_path: "examples/common/"
cifmw_kustomize_deploy_architecture_examples_path: "examples/va/"
Expand Down
Loading