| commit | f986764d64410ffe802b7c5dbbf41bca6f6468ef | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Sep 09 13:07:50 2025 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Sep 09 14:03:21 2025 +0200 |
| tree | e3d3d2da021022ffb443d8912604077aedb045e1 | |
| parent | fc924e4f4fb1f196e608d5815f36282ab99f652a [diff] [blame] |
Support configurable ingress class name for OSM ingress resources Change-Id: If0cca9e796b5a85980bfb9c60a1e5c0755240b3e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/00-default-install-options.rc b/installers/00-default-install-options.rc index 852ac2d..ea39c3a 100644 --- a/installers/00-default-install-options.rc +++ b/installers/00-default-install-options.rc
@@ -48,3 +48,5 @@ export MGMT_CLUSTER_CA_FILE= export OSM_K8S_NGINX_IPADDRESS= export OSM_HELM_TIMEOUT= +export OSM_CLUSTER_INGRESS_CLASS= +export AUX_CLUSTER_INGRESS_CLASS= \ No newline at end of file