We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9735071 commit 9a3c52dCopy full SHA for 9a3c52d
1 file changed
k8s/statefulset.tpl
@@ -16,7 +16,6 @@ spec:
16
labels:
17
app: dc-analytics
18
spec:
19
-
20
initContainers:
21
- name: dc-volume-change-owner-hack
22
image: busybox
@@ -38,6 +37,11 @@ spec:
38
37
containers:
39
- image: DOCKER_REPO_NAME:DOCKER_IMAGE_TAG
40
name: dc-analytics
+ args:
41
+ - --check-caps
42
+ - "false"
43
+ - --after
44
+ - iris session iris -U DCANALYTICS '##class(%DeepSee.Utils).%BuildCube("VIEWSHISTORY")' > /proc/1/fd/1
45
lifecycle:
46
postStart:
47
exec:
0 commit comments