fix(helmfile): Fix Kyverno lint issues for EE components

This commit is contained in:
Thomas Kaltenbrunner
2025-03-31 09:57:29 +02:00
committed by Thorsten Roßner
parent 08ee9ee44c
commit 46b38342d3
4 changed files with 8 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ controller:
image:
repository: "{{ coalesce .Values.repositories.image.registryOpencodeDeEnterprise .Values.global.imageRegistry .Values.images.collaboraController.registry }}/{{ .Values.images.collaboraController.repository }}"
tag: {{ .Values.images.collaboraController.tag | quote }}
pullPolicy: {{ .Values.global.imagePullPolicy | quote }}
imagePullSecrets:
{{- range .Values.global.imagePullSecrets }}
- name: {{ . | quote }}
@@ -38,6 +39,10 @@ ingress:
paths:
- path: "/controller"
pathType: "Prefix"
tls:
- secretName: {{ .Values.ingress.tls.secretName | quote }}
hosts:
- "{{ .Values.global.hosts.collabora }}.{{ .Values.global.domain }}"
podAnnotations: {}