We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a68e2 commit 65ff487Copy full SHA for 65ff487
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: registry.drycc.cc/drycc/python-dev:latest
+ image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/python-dev:latest
30
imagePullPolicy: {{.Values.imagePullPolicy}}
31
args:
32
- netcat
charts/monitor/templates/monitor-telegraf-deployment.yaml
@@ -29,7 +29,7 @@ spec:
33
34
35
0 commit comments