Merge "Fix Nginx Controller Helm plugin name collision"

This commit is contained in:
Zuul 2022-07-12 18:30:16 +00:00 committed by Gerrit Code Review
commit 2e8fb28f76
3 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,6 @@
from sysinv.helm import common
HELM_NS_NGINX_INGRESS_CONTROLLER = common.HELM_NS_KUBE_SYSTEM
HELM_CHART_INGRESS_NGINX = 'ingress-nginx'
HELM_CHART_INGRESS_NGINX = 'ks-ingress-nginx'
HELM_CHART_LEGACY_INGRESS_NGINX = 'nginx-ingress'
CHART_GROUP_INGRESS_NGINX = 'nginx-ingress'

View File

@ -33,7 +33,7 @@ systemconfig.helm_applications =
nginx-ingress-controller = systemconfig.helm_plugins.nginx_ingress_controller
systemconfig.helm_plugins.nginx_ingress_controller =
001_ingress-nginx = k8sapp_nginx_ingress_controller.helm.ingress_nginx:IngressNginxHelm
001_ks-ingress-nginx = k8sapp_nginx_ingress_controller.helm.ingress_nginx:IngressNginxHelm
systemconfig.armada.manifest_ops =
nginx-ingress-controller = k8sapp_nginx_ingress_controller.operator.manifest_nginx:IngressNginxArmadaManifestOperator

View File

@ -7,7 +7,7 @@
apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
kind: HelmRelease
metadata:
name: ingress-nginx
name: ks-ingress-nginx
labels:
chart_group: ingress-nginx
spec: