cbeneke / helm-charts

Helm charts for my projects
Apache License 2.0
4 stars 4 forks source link

Fixed equality compare of deploymentKind. #3

Closed flole closed 4 years ago

flole commented 4 years ago

Previously to this fix helm gave me the following error: Error: parse error at (hcloud-fip-controller/templates/deployment.yaml:8): unexpected "=" in operand.

This pull request fix the error and allows for hcloud-fip-controller to be deployed as DaemonSet.

Kind regards, Florian

cbeneke commented 4 years ago

Oops, thanks for the fix!