work in progress to support raw template types

This commit is contained in:
2022-11-26 13:49:57 +01:00
parent 058e9b918f
commit d8bee2e029
14 changed files with 84 additions and 27 deletions

7
src/template.py Normal file
View File

@ -0,0 +1,7 @@
import kopf
from filters.bitwarden_filter import bitwarden_lookup
from jinja2 import Environment
Environment.filters["bitwarden"] = bitwarden_lookup