The finops-database-handler has the ingress configured controlled by the flag krateoplatformops.ingress.enabled:
|
{{- if eq .Values.krateoplatformops.ingress.enabled true }} |
However, the
values.yaml file at
krateoplatformops.ingress does not have the default ingress configuration variables:
This leads to an error when installing with the ingress enabled and the default configuration.
The finops-database-handler has the ingress configured controlled by the flag
krateoplatformops.ingress.enabled:installer/installer-chart/templates/krateo-installer.yaml
Line 4347 in 6294e6f
However, the
values.yamlfile atkrateoplatformops.ingressdoes not have the default ingress configuration variables:installer/installer-chart/values.yaml
Line 91 in 6294e6f
This leads to an error when installing with the ingress enabled and the default configuration.