diff --git a/extract_common_secret_mappings.py b/extract_common_secret_mappings.py index d720566..c2343c0 100644 --- a/extract_common_secret_mappings.py +++ b/extract_common_secret_mappings.py @@ -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 = {}