Remove duplicate daemonset created when deploying native.
Replace boilerplate image url.
Motivation and Context
Allows helm template to be installed in a native install, without an error because 2 daemonsets with the same name are created. Also sets the image url, removing the syntax error due to the current boilerplate.
How Has This Been Tested?
Ran it locally. It successfully installed the chart.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[x] I have added tests to cover my changes if appropriate.
Description
Remove duplicate daemonset created when deploying native. Replace boilerplate image url.
Motivation and Context
Allows helm template to be installed in a native install, without an error because 2 daemonsets with the same name are created. Also sets the image url, removing the syntax error due to the current boilerplate.
How Has This Been Tested?
Ran it locally. It successfully installed the chart.
Types of changes
Checklist