diff --git a/heat/templates/ingress-cfn.yaml b/heat/templates/ingress-cfn.yaml index f0cf40ba9d..cf963fb655 100644 --- a/heat/templates/ingress-cfn.yaml +++ b/heat/templates/ingress-cfn.yaml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */}} -{{- if and .Values.manifests.ingress_api .Values.network.cfn.ingress.public }} +{{- if and .Values.manifests.ingress_cfn .Values.network.cfn.ingress.public }} {{- $ingressOpts := dict "envAll" . "backendService" "cfn" "backendServiceType" "cloudformation" "backendPort" "h-cfn" -}} {{ $ingressOpts | include "helm-toolkit.manifests.ingress" }} {{- end }} diff --git a/heat/templates/ingress-cloudwatch.yaml b/heat/templates/ingress-cloudwatch.yaml index e4296a5f66..17bc10422c 100644 --- a/heat/templates/ingress-cloudwatch.yaml +++ b/heat/templates/ingress-cloudwatch.yaml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */}} -{{- if and .Values.manifests.ingress_api .Values.network.cloudwatch.ingress.public }} +{{- if and .Values.manifests.ingress_cloudwatch .Values.network.cloudwatch.ingress.public }} {{- $ingressOpts := dict "envAll" . "backendService" "cloudwatch" "backendServiceType" "cloudwatch" "backendPort" "h-cwh" -}} {{ $ingressOpts | include "helm-toolkit.manifests.ingress" }} {{- end }}