Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move helm charts into role directories #89

Merged
merged 1 commit into from
Dec 6, 2023
Merged
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 .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
exclude_paths:
- .github
- charts
- molecule
- roles/cluster_api/files/providers
- roles/cert_manager/files/chart
- roles/cilium/files/chart
skip_list:
- role-name
2 changes: 1 addition & 1 deletion roles/cert_manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.

cert_manager_helm_chart_path: "../../charts/cert-manager/"
cert_manager_helm_chart_path: "chart/"
cert_manager_helm_chart_ref: /usr/local/src/cert-manager

cert_manager_helm_release_name: cert-manager
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion roles/cilium/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cilium_helm_release_name: cilium
cilium_helm_chart_path: "{{ role_path }}/../../charts/cilium/"
cilium_helm_chart_path: "chart/"
cilium_helm_chart_ref: /usr/local/src/cilium

cilium_helm_release_namespace: kube-system
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading