Browse Source

add namespace

pull/82/head
brandon 4 years ago
parent
commit
31905a4a4d
  1. 1
      helm-guestbook/templates/ingress.yaml

1
helm-guestbook/templates/ingress.yaml

@ -3,6 +3,7 @@ apiVersion: networking.k8s.io/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: {{ template "helm-guestbook.fullname" . }} name: {{ template "helm-guestbook.fullname" . }}
namespace: {{ template "helm-guestbook.fullname" . }}
{{- with .Values.ingress.annotations }} {{- with .Values.ingress.annotations }}
annotations: annotations:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}

Loading…
Cancel
Save