Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

moves service params to the bottom and adds warning to leave these alone #94

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions charts/allure-testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ password: admin
cryptoPass: <ChangeMePleaseDuringFirstDeployment>
jwtSecret: <ChangeMeEither>

licence:
enabled: false

subscription:
enabled: false

## Security Context
## 65534 started by a user with lowest privilegies
Expand Down Expand Up @@ -584,3 +579,13 @@ rbac:
- get
- watch
- list

##########################################################################################################################################
## these are service parameters that are not supposed to be altered by the end users when deploying Allure Testops as on-premises solution
## please do not alter the values and do not delete when deploying
##########################################################################################################################################
licence:
enabled: false

subscription:
enabled: false
Loading