We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d52942 commit 088bd61Copy full SHA for 088bd61
charts/k8s-ds-agent/templates/deployment.yaml
@@ -48,6 +48,10 @@ spec:
48
{{- end }}
49
50
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 }}
55
- name: K8S_NODE_NAME
56
valueFrom:
57
fieldRef:
0 commit comments