Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 15, 2025
1 parent 1f78f2f commit f1de6ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ Note that this configuration is trivial and does not follow production recommand
| ingress.enabled | bool | `true` | |
| ingress.tlsSecretName | string | `"myingress-cert"` | |
| initCs.enabled | bool | `true` | |
| initCs.securityContext.fsGroup | int | `2000` | |
| initOs.enabled | bool | `true` | |
| initSecrets.enabled | bool | `true` | |
| initSecrets.rbac.create | bool | `true` | |
Expand Down Expand Up @@ -441,7 +442,7 @@ Note that this configuration is trivial and does not follow production recommand
| rabbitmq.enabled | bool | `true` | |
| rabbitmq.podSecurityContext.enabled | bool | `false` | |
| replicaCount | int | `1` | |
| securityContext | object | `{}` | |
| securityContext.fsGroup | int | `2000` | |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
Expand Down

0 comments on commit f1de6ae

Please sign in to comment.