From 49a33f3ea459c44b89cc6d3fd7844af2ae8e3d1d Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:15:11 +0200 Subject: [PATCH] fix: indentation --- k8s-peterg/argo-workflows/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s-peterg/argo-workflows/values.yaml b/k8s-peterg/argo-workflows/values.yaml index 7653f1b..4924f79 100644 --- a/k8s-peterg/argo-workflows/values.yaml +++ b/k8s-peterg/argo-workflows/values.yaml @@ -880,10 +880,10 @@ extraObjects: - apiVersion: v1 kind: ServiceAccount metadata: - name: read-only - annotations: - workflows.argoproj.io/rbac-rule: "true" - workflows.argoproj.io/rbac-rule-precedence: "0" + name: read-only + annotations: + workflows.argoproj.io/rbac-rule: "true" + workflows.argoproj.io/rbac-rule-precedence: "0" # -- Use static credentials for S3 (eg. when not using AWS IRSA) useStaticCredentials: true