From 37ac17cb2ae955a2e3964b067735ee9540b560da Mon Sep 17 00:00:00 2001
From: Min RK <benjaminrk@gmail.com>
Date: Mon, 7 Oct 2024 12:35:27 +0200
Subject: [PATCH] trim ends of CHARTPRESS_ARGS env

avoids trailing newline in env value
---
 .github/workflows/publish-charts.yml | 2 +-
 kbatch/README.md                     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish-charts.yml b/.github/workflows/publish-charts.yml
index 659f2ff..07df442 100644
--- a/.github/workflows/publish-charts.yml
+++ b/.github/workflows/publish-charts.yml
@@ -19,7 +19,7 @@ defaults:
     shell: bash
 
 env:
-  CHARTPRESS_ARGS: >
+  CHARTPRESS_ARGS: >-
     --builder docker-buildx
     --platform linux/amd64
     --platform linux/arm64
diff --git a/kbatch/README.md b/kbatch/README.md
index ab554d4..7a9caed 100644
--- a/kbatch/README.md
+++ b/kbatch/README.md
@@ -23,6 +23,7 @@ The following table lists the configurable parameters of the Kbatch-proxy chart
 | `imagePullSecrets` |  | `[]` |
 | `nameOverride` |  | `""` |
 | `fullnameOverride` |  | `""` |
+| `rbac.create` |  | `true` |
 | `serviceAccount.create` |  | `true` |
 | `serviceAccount.annotations` |  | `{}` |
 | `serviceAccount.name` |  | `""` |