Fix Typo in Nexus config
This commit is contained in:
parent
29829d5b20
commit
446962509f
@ -1,6 +1,6 @@
|
|||||||
name: testsuite
|
name: testsuite
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
version: 4.0.0-101
|
version: 4.0.0-102
|
||||||
appVersion: 4.0.0-96
|
appVersion: 4.0.0-96
|
||||||
description: The one and only gin-testsuite
|
description: The one and only gin-testsuite
|
||||||
home: https://knecon.com
|
home: https://knecon.com
|
||||||
|
|||||||
@ -90,7 +90,7 @@ spec:
|
|||||||
- name: NEXUS_ADDRESS
|
- name: NEXUS_ADDRESS
|
||||||
value: {{ .Values.nexus.address | quote }}
|
value: {{ .Values.nexus.address | quote }}
|
||||||
- name: NEXUS_REPOSITORY
|
- name: NEXUS_REPOSITORY
|
||||||
value: {{ .Values.nexus.epository | quote }}
|
value: {{ .Values.nexus.repository | quote }}
|
||||||
- name: NEXUS_GROUP
|
- name: NEXUS_GROUP
|
||||||
value: {{ .Values.nexus.group | quote }}
|
value: {{ .Values.nexus.group | quote }}
|
||||||
- name: CONTENT_PROCESSING_TIMEOUT
|
- name: CONTENT_PROCESSING_TIMEOUT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user