Replies: 1 comment 7 replies
-
|
What do you thing of having something like "existingConfigPath" in the helm chart/controller where multiple configuration files can lay - and there will be merged by the application during runtime? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i currently try to build a home-lab friendly Kubernetes Engine on proxmox - my current task is to integrate this nice ccm/csi. First thanks again for approving and creating the PR for the secret from file.
The originally idea of the PR was to have a "separation of concerns". The engine brings the mandatory/opinionated config like the storageclass name or the needed features, with the secret from file every user can bring there own config without touching the full configuration (hiding complexity). This works for the authentication. Now i stay before the same Issue with the cluster-url. Its highly environment specific but cannot currently decoupled from the more "engine-like" configuration like the features which needs to be enabled. Before starting a PR i would like to discuss if somebody has an idea how to resolve this in a most generic way.
Current PR in the PKE (Proxmox Kubernetes Engine)
https://github.com/Caprox-eu/Proxmox-Kubernetes-Engine/pull/4/files
Beta Was this translation helpful? Give feedback.
All reactions