Skip to content

Commit

Permalink
Remove lenient lease check mode from default CMS env settings
Browse files Browse the repository at this point in the history
  • Loading branch information
malaskowski committed Sep 14, 2023
1 parent f40f029 commit d070cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The command removes all the Kubernetes components associated with the chart and
|-----|------|---------|-------------|
| cms.customAdminSecret | string | `nil` | Name of the secret (without release name prefix) where custom admin password is stored under `WS_ADMIN_PASSWORD` key |
| cms.debug.enabled | bool | `false` | enables WebSight CMS debug on port 5005 |
| cms.env | list | `[{"name":"LEASE_CHECK_MODE","value":"LENIENT"}]` | WebSight CMS environment variables |
| cms.env | list | `[]` | WebSight CMS environment variables |
| cms.envsFromConfig | list | `[]` | List of WebSight CMS config maps that will work with `configMapRef` |
| cms.envsFromSecret | list | `[]` | List of WebSight CMS secrets that will work with `secretRef` |
| cms.image.pullPolicy | string | `"IfNotPresent"` | WebSight CMS project image pull policy |
Expand Down
4 changes: 1 addition & 3 deletions websight-cms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ cms:
# -- enables WebSight CMS debug on port 5005
enabled: false
# -- WebSight CMS environment variables
env:
- name: LEASE_CHECK_MODE
value: LENIENT
env: []
# -- List of WebSight CMS secrets that will work with `secretRef`
envsFromSecret: []
# -- List of WebSight CMS config maps that will work with `configMapRef`
Expand Down

0 comments on commit d070cc3

Please sign in to comment.