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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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 }}