Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd3c950180 | ||
|
|
1bdbdc5f8c | ||
|
|
174a0e4a26 | ||
|
|
521c56a6d5 | ||
|
|
d85158bc68 | ||
|
|
5580618917 |
@ -83,6 +83,16 @@ spec:
|
|||||||
value: {{ .Values.nextcloud.password | quote }}
|
value: {{ .Values.nextcloud.password | quote }}
|
||||||
- name: NEXTCLOUD_URL
|
- name: NEXTCLOUD_URL
|
||||||
value: {{ .Values.nextcloud.url | quote }}
|
value: {{ .Values.nextcloud.url | quote }}
|
||||||
|
- name: NEXUS_USER
|
||||||
|
value: {{ .Values.nexus.nexus_user | quote }}
|
||||||
|
- name: NEXUS_PW
|
||||||
|
value: {{ .Values.nexus.nexus_pw | quote }}
|
||||||
|
- name: NEXUS_ADDRESS
|
||||||
|
value: {{ .Values.nexus.nexus_address | quote }}
|
||||||
|
- name: NEXUS_REPOSITORY
|
||||||
|
value: {{ .Values.nexus.nexus_repository | quote }}
|
||||||
|
- name: NEXUS_GROUP
|
||||||
|
value: {{ .Values.nexus.nexus_group | quote }}
|
||||||
- name: CONTENT_PROCESSING_TIMEOUT
|
- name: CONTENT_PROCESSING_TIMEOUT
|
||||||
value: "10"
|
value: "10"
|
||||||
- name: WARMUP_WAIT_TIME
|
- name: WARMUP_WAIT_TIME
|
||||||
|
|||||||
19
testanswers/answers-ui.yml
Normal file
19
testanswers/answers-ui.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
basic:
|
||||||
|
namespace:
|
||||||
|
server: redaction
|
||||||
|
realms:
|
||||||
|
first:
|
||||||
|
realm: 'redaction'
|
||||||
|
email: 'admin@example.com'
|
||||||
|
password: 'JY9FGedkjL4APfg3qku8CuvwP9R3j5!'
|
||||||
|
gatewayPort: 8080
|
||||||
|
uiPort: 8080
|
||||||
|
uiExternAddress: 'https://ui-test.iqser.cloud/ui/'
|
||||||
|
keycloakDynamicUrl: true
|
||||||
|
nexus:
|
||||||
|
nexus_user: 'automated-tests'
|
||||||
|
nexus_pw: '58&bSTwaSDzsMW4K'
|
||||||
|
nexus_address: 'https://nexus.knecon.com/'
|
||||||
|
nexus_repository: 'qa-testdata'
|
||||||
|
nexus_group: '/ui-test-file'
|
||||||
Loading…
x
Reference in New Issue
Block a user