Skip to content

Feature: Support custom path for config file #59

@punkwalker

Description

@punkwalker

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions