fix(ingress): underscore removed from ingress name
!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: alert_manager
|
name: alertmanager
|
||||||
namespace: "{{ .Values.nfc_monitoring.alert_manager.namespace }}"
|
namespace: "{{ .Values.nfc_monitoring.alert_manager.namespace }}"
|
||||||
annotations:
|
annotations:
|
||||||
{{ toYaml $.Values.nfc_monitoring.alert_manager.ingress.annotations | nindent 4 }}
|
{{ toYaml $.Values.nfc_monitoring.alert_manager.ingress.annotations | nindent 4 }}
|
||||||
|
Reference in New Issue
Block a user