Skip to content

Commit d517395

Browse files
committed
chore: update subPath in CubeJS deployment configuration and add GITSYNC_LINK environment variable
1 parent eb54422 commit d517395

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • deployments/cloud/k8s/applications/cubejs/cube

deployments/cloud/k8s/applications/cubejs/cube/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ config:
3939
- name: git-data
4040
readOnly: true
4141
mountPath: /cube/conf/model
42-
subPath: rainbow/src/cube/model
42+
subPath: current/src/cube/model
4343
initContainers:
4444
- image: registry.k8s.io/git-sync/git-sync:v4.3.0
4545
name: git-sync
@@ -83,6 +83,8 @@ config:
8383
value: '5'
8484
- name: GITSYNC_VERBOSE
8585
value: '1'
86+
- name: GITSYNC_LINK
87+
value: current
8688

8789
datasources:
8890
default:

0 commit comments

Comments
 (0)