We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc8ff4 commit fb234e0Copy full SHA for fb234e0
2 files changed
charts/monitor/templates/monitor-telegraf-daemon.yaml
@@ -26,7 +26,7 @@ spec:
26
serviceAccount: drycc-monitor-telegraf
27
initContainers:
28
- name: drycc-monitor-telegraf-init
29
- image: {{.Values.imageRegistry}}/{{.Values.telegraf.imageOrg}}/python-dev:latest
+ image: {{.Values.telegraf.imageRegistry}}/{{.Values.telegraf.imageOrg}}/python-dev:latest
30
imagePullPolicy: {{.Values.imagePullPolicy}}
31
args:
32
- netcat
charts/monitor/templates/monitor-telegraf-deployment.yaml
@@ -31,7 +31,7 @@ spec:
33
34
35
36
37
0 commit comments