Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geocontrib chart config.json configmap #19

Open
jeanmi151 opened this issue Mar 6, 2024 · 1 comment
Open

geocontrib chart config.json configmap #19

jeanmi151 opened this issue Mar 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jeanmi151
Copy link
Contributor

As discussed , the configmap for the file config.json might not be the best option as geocontrib normally generate this file for geocontrib-fronted (dynamically)

So we have to manage the content of this file, can be painfull for migration or adding var env

it refere to this :

config_front: |

@jeanmi151 jeanmi151 self-assigned this Mar 6, 2024
@edevosc2c
Copy link
Member

Multiple solutions:

  • emptyDir for storing the config.json. This will work only if everything can be configured through environment variables and there is no need to add more "configuration" on top of the existing configuration.
  • a PVC for storing the config.json. Might not be ideal because it's yet another PVC to manage. But allows for adding more "configuration" on top of the existing configuration.

@edevosc2c edevosc2c added the enhancement New feature or request label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants