Skip to content

Commit 088bd61

Browse files
committed
add hints to chart.
1 parent 6d52942 commit 088bd61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/k8s-ds-agent/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ spec:
4848
{{- end }}
4949
{{- end }}
5050
env:
51+
- name: CT_DEPLOY_KIND
52+
value: "daemonset"
53+
- name: HELM_OPERATION
54+
value: {{ if .Release.IsInstall }}"install"{{ else if .Release.IsUpgrade }}"upgrade"{{ else }}"other"{{ end }}
5155
- name: K8S_NODE_NAME
5256
valueFrom:
5357
fieldRef:

0 commit comments

Comments
 (0)