few chnages

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

@ -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 = {}

Loading…
Cancel
Save