Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Fix annotation bugs #252

Merged

Commits on Dec 16, 2019

  1. 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.
    gerrywastaken committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    1a60337 View commit details
    Browse the repository at this point in the history
  2. 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.
    gerrywastaken committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    bfe86c7 View commit details
    Browse the repository at this point in the history