Skip to content

Commit

Permalink
Merge pull request #9 from minrk/chartpress-args
Browse files Browse the repository at this point in the history
trim ends of CHARTPRESS_ARGS env
  • Loading branch information
minrk authored Oct 7, 2024
2 parents f1816fe + 37ac17c commit 1970c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:
shell: bash

env:
CHARTPRESS_ARGS: >
CHARTPRESS_ARGS: >-
--builder docker-buildx
--platform linux/amd64
--platform linux/arm64
Expand Down
1 change: 1 addition & 0 deletions kbatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | | `""` |
Expand Down

0 comments on commit 1970c3d

Please sign in to comment.