fix(chart): add missing namespace to webhook.ingress (#1417)

The ingress needs to be deployed in the very same namespace
as the service it is forwarding to.
This commit is contained in:
Michael Kuhnt
2022-05-16 01:41:35 +02:00
committed by GitHub
parent bdbcf66569
commit 81017b130f

View File

@@ -11,6 +11,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "actions-runner-controller.labels" . | nindent 4 }}
{{- with .Values.githubWebhookServer.ingress.annotations }}