few chnages

pull/4/head
Vinu.Kaveesha 2 months ago
parent 2181683927
commit 2a968238e2

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

Loading…
Cancel
Save