Skip to content

Commit

Permalink
Merge pull request #82 from coreos-inc/fix_ingress_name_collision
Browse files Browse the repository at this point in the history
fix(helm/apostille-app/templates): fix name collision
  • Loading branch information
charltonaustin authored Jun 14, 2017
2 parents e6cb30a + b0c726f commit b99e355
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 b99e355

Please sign in to comment.