Removed sqliteweb support

This commit is contained in:
simonmicro
2022-12-09 20:27:27 +01:00
parent fdf1445187
commit 5a8a21abda
6 changed files with 1 additions and 38 deletions

View File

@@ -47,7 +47,6 @@ For more information please refer to the Helm Install command documentation loca
| py-kms.environment.IP | string | `"::"` | |
| py-kms.environment.LOGLEVEL | string | `"INFO"` | |
| py-kms.environment.LOGSIZE | int | `2` | |
| py-kms.environment.SQLITE | bool | `true` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |

View File

@@ -20,7 +20,6 @@ py-kms:
LOGSIZE: 2
LOGFILE: /var/log/py-kms.log
HWID: RANDOM
SQLITE: true
IP: '::'
serviceAccount: {}