Alerta: Fix values reference in ingress manifests

This change corrects the path in these Values references.

Change-Id: Ibbbd528fd0ecfb98b98ac0e0b95d108c4f320817
This commit is contained in:
Steven Fitzpatrick 2020-09-22 14:24:02 -05:00
parent 52093576aa
commit 22ac30d879
4 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v8.0.2
description: OpenStack-Helm Alerta for Alertmanager.
name: alerta
version: 0.1.0
version: 0.1.1
home: https://github.com/alerta/alerta
sources:
- https://github.com/alerta/alerta

View File

@ -12,6 +12,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if .Values.manifests.secret_ingress_tls }}
{{- if .Values.manifests.alerta.secret_ingress_tls }}
{{- include "helm-toolkit.manifests.secret_ingress_tls" ( dict "envAll" . "backendServiceType" "alerta" "backendService" "alerta" ) }}
{{- end }}

View File

@ -12,7 +12,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if and .Values.manifests.service_ingress .Values.network.alerta.ingress.public }}
{{- if and .Values.manifests.alerta.service_ingress .Values.network.alerta.ingress.public }}
{{- $serviceIngressOpts := dict "envAll" . "backendServiceType" "alerta" -}}
{{ $serviceIngressOpts | include "helm-toolkit.manifests.service_ingress" }}
{{- end }}

View File

@ -124,6 +124,7 @@ endpoints:
namespace: null
hosts:
default: alerta
public: alerta-public
host_fqdn_override:
default: null
path: