Skip to content

Commit 219f5bc

Browse files
committed
fix configpath format
1 parent d483b67 commit 219f5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ENV APPLICATIONINSIGHTS_AUTH "NzAwZGM5OGYtYTdhZC00NThkLWI5NWMtMjA3ZjM3NmM3YmRi"
102102
ENV AZMON_COLLECT_ENV False
103103
ENV CI_CERT_LOCATION "C://oms.crt"
104104
ENV CI_KEY_LOCATION "C://oms.key"
105-
ENV TELEGRAF_CONFIG_PATH "C://etc//telegraf//telegraf.conf"
105+
ENV TELEGRAF_CONFIG_PATH "/etc/telegraf/telegraf.conf"
106106

107107
# Delete unnecessary files
108108
RUN powershell -Command "Remove-Item -Recurse -Force 'C:\ruby31\share\doc\ruby\html\js'; \

0 commit comments

Comments
 (0)