nginx-ingress-controller-ar.../python-k8sapp-nginx-ingress.../k8sapp_nginx_ingress_contro.../k8sapp_nginx_ingress_contro.../common/constants.py

12 lines
278 B
Python

#
# Copyright (c) 2021 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
from sysinv.helm import common
HELM_NS_NGINX_INGRESS_CONTROLLER = common.HELM_NS_KUBE_SYSTEM
HELM_CHART_INGRESS_NGINX = 'ingress-nginx'
HELM_CHART_LEGACY_INGRESS_NGINX = 'nginx-ingress'