orange-cloudfoundry / helm-kubectl-boshrelease

https://orange-cloudfoundry.github.io/helm-kubectl-boshrelease/
Apache License 2.0
6 stars 1 forks source link

Invalid secret config should display an helpful error message #4

Closed gberche-orange closed 3 years ago

gberche-orange commented 5 years ago

expected behavior

as a developer, in order to debug incorrect secret syntax, I need an helpful error message.

observed behavior

given the following secrets config,

- type: replace
  path: /instance_groups/name=cfcr-helm-addons/jobs/name=helm/properties/secrets/-
  value:
    name: redis-ha-credhub-secret
    namespace: gberche-namespace
    data:
      - auth: ((redis-ha-password))

I don't see helpful error message.

Relates to https://github.com/orange-cloudfoundry/helm-kubectl-boshrelease/pull/3

obeyler commented 3 years ago

No more use like this