You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed deprecated ConfigMaps and Secrets related to AAP, Bitbucket, Jira, and OpenShift.
- Consolidated environment variable management into three functional domains: application, services, and external services.
- Introduced new templates for generating application.yaml and environment variable configurations.
- Updated values.schema.json to reflect changes in configuration structure and descriptions.
- Enhanced deployment.yaml to reference new ConfigMaps and Secrets for improved organization.
@echo "Usage: make helm-encrypt-secrets ENV=all|environment. It use ENV=dev by default if ENV is not set. It will encrypt secrets in the root of the configuration directory and in the environment-specific subdirectory (if it exists)."
337
-
@echo " make helm-encrypt-secrets ODS_CONFIGURATION_DIR=path/to/config to specify a different configuration directory (default: ../ods-configuration)."
338
-
339
-
@echo "Encrypting secrets in $(ODS_CONFIGURATION_DIR)..."
## Decrypt secrets files (ENV=<name>|all, omit for root folder only)
344
-
helm-decrypt-secrets:
345
-
@echo "Usage: make helm-decrypt-secrets ENV=all|environment. It use ENV=dev by default if ENV is not set. It will decrypt secrets in the root of the configuration directory and in the environment-specific subdirectory (if it exists)."
346
-
@echo " make helm-decrypt-secrets ODS_CONFIGURATION_DIR=path/to/config to specify a different configuration directory (default: ../ods-configuration)."
347
-
348
-
@echo "Decrypting secrets in $(ODS_CONFIGURATION_DIR)..."
@echo "Usage: make ods-api-service-helm-encrypt-secrets ENV=all|environment. It use ENV=dev by default if ENV is not set. It will encrypt secrets in the root of the configuration directory and in the environment-specific subdirectory (if it exists)."
101
+
@echo " make ods-api-service-helm-encrypt-secrets ODS_CONFIGURATION_DIR=path/to/config to specify a different configuration directory (default: ../ods-configuration)."
102
+
103
+
@echo "Encrypting secrets in $(ODS_CONFIGURATION_DIR)..."
## Decrypt secrets files (ENV=<name>|all, omit for root folder only)
108
+
ods-api-service-helm-decrypt-secrets:
109
+
@echo "Usage: make ods-api-service-helm-decrypt-secrets ENV=all|environment. It use ENV=dev by default if ENV is not set. It will decrypt secrets in the root of the configuration directory and in the environment-specific subdirectory (if it exists)."
110
+
@echo " make ods-api-service-helm-decrypt-secrets ODS_CONFIGURATION_DIR=path/to/config to specify a different configuration directory (default: ../ods-configuration)."
111
+
112
+
@echo "Decrypting secrets in $(ODS_CONFIGURATION_DIR)..."
0 commit comments