feat: add crdb
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -68,7 +68,12 @@ impl Component for VaultSecret {
|
||||
return Some(Ok(minijinja::Value::from_object(vault_values)));
|
||||
}
|
||||
|
||||
None
|
||||
Some(Ok(minijinja::Value::from_object(VaultSecretValues {
|
||||
name: self.name().replace("/", "-"),
|
||||
secrets: VaultSecretsLookup {
|
||||
secrets: Vec::default(),
|
||||
},
|
||||
})))
|
||||
}
|
||||
|
||||
fn render(
|
||||
|
Reference in New Issue
Block a user