Skip to content

Commit

Permalink
fix(helm/apostille-app/templates): fix name collision
Browse files Browse the repository at this point in the history
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
  • Loading branch information
charltonaustin committed Jun 14, 2017
1 parent e6cb30a commit b0c726f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b0c726f

Please sign in to comment.