This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: default service account annotation value (#252)
* Stop adding annotations when there are none If podAnnotations is empty then we should not try to add the annotations at all as they will be empty. * Fix default for ServiceAccount annotation Before this change, if you tried providing a ServiceAccount annotation you will get the following error: `coalesce.go:199: warning: destination for annotations is a table. Ignoring non-table value <nil>` This addresses this by replacing the default for annotations with an empty object.
- Loading branch information