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

View File

@ -3,7 +3,7 @@ import kubernetes
import base64
import json
from bitwardenCrdOperator import unlock_bw, get_secret_from_bitwarden
from utils.utils import unlock_bw, get_secret_from_bitwarden
def create_kv(secret, secret_json, content_def):
secret.type = "Opaque"