Skip to content

Commit

Permalink
add missing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jan 6, 2025
1 parent d57f023 commit c5081e2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
src: "test-chart-reuse-values"
dest: "{{ helm_dir.path }}"

- name: Delete existing namespace
kubernetes.core.k8s:
state: absent
wait: true
kind: Namespace
name: "{{ helm_namespace }}"
ignore_errors: true

- name: Create helm release
kubernetes.core.helm:
state: present
Expand Down

0 comments on commit c5081e2

Please sign in to comment.