Skip to content

Commit 3673f83

Browse files
committed
add newline to values.yaml and add linkage to more info on configuring of psaPatcher
1 parent 09ec34a commit 3673f83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/patchwork/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Watches deployments, daemonsets, and statefulsets for image updates and will aut
4343
| podAnnotations | object | `{}` | |
4444
| podSecurityContext.fsGroup | int | `1001` | |
4545
| podSecurityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
46+
| psaPatcher | object | `{"enabled":false}` | control the psa-restricted-patcher behavior, disabled by default, for more information see: https://artifacthub.io/packages/helm/psa-restricted-patcher/psa-restricted-patcher |
4647
| psaPatcher.enabled | bool | `false` | enable the psa patcher |
4748
| rbac.create | string | `"truewq"` | |
4849
| redis.image.pullPolicy | string | `"Always"` | |

charts/patchwork/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ redis:
9393
repository: bryopsida/redis
9494
tag: main
9595
pullPolicy: Always
96-
96+
# -- control the psa-restricted-patcher behavior, disabled by default, for more information see: https://artifacthub.io/packages/helm/psa-restricted-patcher/psa-restricted-patcher
9797
psaPatcher:
9898
# -- enable the psa patcher
99-
enabled: false
99+
enabled: false

0 commit comments

Comments
 (0)