Removed link alias to simplify
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
{{- if .Values.GITLAB_LINK}}
|
{{- if .Values.GITLAB_LINK}}
|
||||||
external_links:
|
external_links:
|
||||||
- ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}}
|
- ${GITLAB_LINK}:gitlab
|
||||||
{{- end}}
|
{{- end}}
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
@@ -48,7 +48,7 @@ services:
|
|||||||
- run
|
- run
|
||||||
{{- if .Values.GITLAB_LINK}}
|
{{- if .Values.GITLAB_LINK}}
|
||||||
external_links:
|
external_links:
|
||||||
- ${GITLAB_LINK}{{- if .Values.GITLAB_LINK_ALIAS}}:${GITLAB_LINK_ALIAS}{{- end}}
|
- ${GITLAB_LINK}:gitlab
|
||||||
{{- end}}
|
{{- end}}
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
|
|||||||
@@ -58,14 +58,6 @@ catalog:
|
|||||||
required: false
|
required: false
|
||||||
type: service
|
type: service
|
||||||
|
|
||||||
- variable: "GITLAB_LINK_ALIAS"
|
|
||||||
label: "GitLab Service Alias"
|
|
||||||
description: |
|
|
||||||
(Optional) Create an alias for the service.
|
|
||||||
default: "gitlab"
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
|
|
||||||
- variable: "GITLAB_IP"
|
- variable: "GITLAB_IP"
|
||||||
label: "Local GitLab IP"
|
label: "Local GitLab IP"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user