work in progress to support raw template types
This commit is contained in:
7
src/template.py
Normal file
7
src/template.py
Normal file
@ -0,0 +1,7 @@
|
||||
import kopf
|
||||
from filters.bitwarden_filter import bitwarden_lookup
|
||||
from jinja2 import Environment
|
||||
|
||||
|
||||
Environment.filters["bitwarden"] = bitwarden_lookup
|
||||
|
Reference in New Issue
Block a user