forked from DevFW-CICD/stacks
fix(elasticsearch): add toogle to omit elasticsearch
This commit is contained in:
parent
8c94137b5b
commit
38e0765e3d
1 changed files with 5 additions and 1 deletions
|
|
@ -94,6 +94,11 @@ gitea:
|
|||
secretKeyRef:
|
||||
name: elasticsearch-cloud-credentials
|
||||
key: connection-string
|
||||
- name: FORGEJO__indexer__ISSUE_INDEXER_ENABLED
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: elasticsearch-cloud-credentials
|
||||
key: enabled
|
||||
- name: FORGEJO__mailer__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
@ -107,7 +112,6 @@ gitea:
|
|||
APP_NAME: 'EDP'
|
||||
APP_SLOGAN: 'Build your thing in minutes'
|
||||
indexer:
|
||||
ISSUE_INDEXER_ENABLED: true
|
||||
ISSUE_INDEXER_TYPE: elasticsearch
|
||||
# TODO next
|
||||
REPO_INDEXER_ENABLED: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue