Alerta: Fix values reference in ingress manifests
This change corrects the path in these Values references. Change-Id: Ibbbd528fd0ecfb98b98ac0e0b95d108c4f320817
This commit is contained in:
parent
52093576aa
commit
22ac30d879
@ -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
|
||||
|
@ -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 }}
|
||||
|
@ -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 }}
|
||||
|
@ -124,6 +124,7 @@ endpoints:
|
||||
namespace: null
|
||||
hosts:
|
||||
default: alerta
|
||||
public: alerta-public
|
||||
host_fqdn_override:
|
||||
default: null
|
||||
path:
|
||||
|
Loading…
Reference in New Issue
Block a user