From b0c726f4f91929a29714975713525a5c983bb8db Mon Sep 17 00:00:00 2001 From: Charlton Austin Date: Wed, 14 Jun 2017 17:32:39 -0400 Subject: [PATCH] fix(helm/apostille-app/templates): fix name collision there was a name collision with the ingress controller Issue: https://coreosdev.atlassian.net/browse/QUAY-608 - [ ] It works! - [ ] Comments provide sufficient explanations for the next contributor - [ ] Tests cover changes and corner cases - [ ] Follows Quay syntax patterns and format --- helm/apostille-app/templates/apostille-ingress-prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/apostille-app/templates/apostille-ingress-prometheus.yaml b/helm/apostille-app/templates/apostille-ingress-prometheus.yaml index 4c2ffa2..724301f 100644 --- a/helm/apostille-app/templates/apostille-ingress-prometheus.yaml +++ b/helm/apostille-app/templates/apostille-ingress-prometheus.yaml @@ -1,7 +1,7 @@ kind: Ingress apiVersion: extensions/v1beta1 metadata: - name: {{.Values.service}} + name: {{.Values.service}}-ingress namespace: {{.Values.apostille_namespace}} annotations: kubernetes.io/tls-acme: "true"