updated community.kubernetes to kubernetes.core

This commit is contained in:
Radar231 2022-07-07 20:47:24 -04:00
parent 1988027a9a
commit 877b38088c
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@
- debug: msg="Deploying haproxy ingress controller."
- name: Add haproxy helm repo
community.kubernetes.helm_repository:
kubernetes.core.helm_repository:
name: haproxy-ingress
repo_url: "https://haproxy-ingress.github.io/charts"
- name: Install haproxy ingress controller helm chart
community.kubernetes.helm:
kubernetes.core.helm:
name: haproxy-ingress
namespace: ingress-controller
create_namespace: true