PaloAltoNetworks / cn-series-helm

This repo is for deploying CN-series firewall using Helm Package Manager for Kubernetes
MIT License
13 stars 22 forks source link

Remove duplicate daemonset, replace boilerplate image url #16

Closed DanFathom5 closed 3 years ago

DanFathom5 commented 3 years ago

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