lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project

Home Page:https://lukasjarosch.github.io/skipper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow secret reference without alternate action call

alxndr13 opened this issue · comments

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

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