pentagon
pentagon copied to clipboard
Additional k8s secret labels
This pull requests extends Pentagon's secret mapping config to allow for extra labels to be added to the generated Kubernetes secret(s).
additionalSecretLabels can optionally be added to a mapping config. additionalSecretLabels will be merged with the top level default label config value.
Extended existing test cases to account for scenarios where no additional labels have been provided, ensuring the default label still exists. Introduced new test cases where additional labels are provided, ensuring the default label still exists.