From 1c2d531ff34841b0f86cdcff84fc3dc7182d3972 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:12:22 +0200 Subject: [PATCH] fix: Use correct indentation for httproute config --- k8s-peterg/argo-workflows/values.yaml | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/k8s-peterg/argo-workflows/values.yaml b/k8s-peterg/argo-workflows/values.yaml index ad47377..4b983b0 100644 --- a/k8s-peterg/argo-workflows/values.yaml +++ b/k8s-peterg/argo-workflows/values.yaml @@ -751,20 +751,20 @@ server: sectionName: https # -- List of hostnames for the HTTPRoute # @default -- `[]` (See [values.yaml]) - hostnames: - - "workflows.peterg.nl" - # @default -- `[]` (See [values.yaml]) - rules: - - matches: - - path: - type: PathPrefix - value: / - # filters: [] - # - type: RequestHeaderModifier - # requestHeaderModifier: - # add: - # - name: X-Custom-Header - # value: custom-value + hostnames: + - "workflows.peterg.nl" + # @default -- `[]` (See [values.yaml]) + rules: + - matches: + - path: + type: PathPrefix + value: / + # filters: [] + # - type: RequestHeaderModifier + # requestHeaderModifier: + # add: + # - name: X-Custom-Header + # value: custom-value # Gateway API BackendTLSPolicy configuration # NOTE: BackendTLSPolicy support is in EXPERIMENTAL status