-
Notifications
You must be signed in to change notification settings - Fork 83
Feature: Support custom path for config file #59
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Have you searched for this feature request?
- I searched but did not find similar requests
Problem Statement
Current implementation relies on config.yaml file in repository root directory. Which has limitations on creating multiple clusters and have multiple config file per cluster.
The secrets created for the cluster also uses the static config file path and prefix for secret creation.
Possible Solution
Allow passing config file path when executing scripts as follows:
scripts/create-cluster.sh my/path/to/config.yaml
scripts/create-config-secret.sh my/path/to/config.yaml
scripts/install.sh my/path/to/config.yaml
If the path is not supplied use the default path $REPO_ROOT/config.yaml.
Alternatives Considered
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In progress