lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project
https://lukasjarosch.github.io/skipper/
MIT License
11 stars 3 forks source link

Allow secret reference without alternate action call #48

Closed alxndr13 closed 1 year ago

alxndr13 commented 1 year ago

currently when referencing secrets, we need to add an alternate action call. This should be optional and the lib should return an error to the user stating he should:

  1. either create the secret or
  2. add an alternate action call
lukasjarosch commented 1 year ago

This was already working (lol). I've just refined the error message.