@ -2,8 +2,8 @@ import os
import yaml
from collections import defaultdict
SECRET_DIR = "secrets"
OUTPUT_YML = "secret_mappings.yml"
SECRET_DIR = "configmaps"
OUTPUT_YML = "config_mappings.yml"
PLACEHOLDER_PREFIX = "PH_"
secret_mappings = {}