feat(tower): GitLab cutover env — TOWER_GIT_HOST + TOWER_GITLAB_* (Phase 2C)
This commit is contained in:
@@ -41,6 +41,17 @@ spec:
|
||||
value: {{ .Values.config.giteaOrg | quote }}
|
||||
- name: TOWER_CHART_REPO
|
||||
value: {{ .Values.config.chartRepo | quote }}
|
||||
- name: TOWER_GIT_HOST
|
||||
value: {{ .Values.config.gitHost | quote }}
|
||||
- name: TOWER_GITLAB_URL
|
||||
value: {{ .Values.config.gitLabURL | quote }}
|
||||
- name: TOWER_GITLAB_GROUP
|
||||
value: {{ .Values.config.gitLabGroup | quote }}
|
||||
- name: TOWER_GITLAB_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ .Values.config.existingSecret }}
|
||||
key: GITLAB_TOKEN
|
||||
- name: TOWER_ARGOCD_URL
|
||||
value: {{ .Values.config.argoCDURL | quote }}
|
||||
- name: TOWER_ARGOCD_USERNAME
|
||||
|
||||
@@ -54,6 +54,9 @@ config:
|
||||
giteaURL: https://git.odoosky.org
|
||||
giteaOrg: odoo-tower
|
||||
chartRepo: instance-template-v3
|
||||
gitHost: gitlab
|
||||
gitLabURL: https://git.odoosky.cloud
|
||||
gitLabGroup: odoo-tower
|
||||
argoCDURL: https://argocd.odoosky.org
|
||||
argoCDUsername: admin
|
||||
argoCDDestination: https://kubernetes.default.svc
|
||||
|
||||
Reference in New Issue
Block a user