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

Helm values management #196

Closed
esune opened this issue Jul 9, 2024 · 1 comment
Closed

Helm values management #196

esune opened this issue Jul 9, 2024 · 1 comment
Assignees

Comments

@esune
Copy link
Member

esune commented Jul 9, 2024

In order to deploy our services using Helm charts, we need to store values files with details for each environment in a location that is accessible by our CD pipeline.

With the move to ArgoCD, it would make sense to store these files in the GitOps repository used to store the various configurations, however this presents a challenge since the GitOps repo is not publicly accessible and access is not going to be available to all team members.

One idea would be to store the values file for all environments in https://github.com/bcgov/trust-over-ip-configurations/tree/main/helm-values (currently Traction has the dev values in its repository) and trigger GitOps repo updates when they are updated, in a similar fashion to what happens with code releases in the source code repositories.

Ideally, we want to have:

  • a standard strurcture followed by all projects
  • public access to configurations, so that changes can be made/triggered by any team member and not just a subset (exception made for actions requiring approval, such as deployments to production)

c.c.: @i5okie @WadeBarnes for thoughts/feedback

@esune esune moved this to Assignment Ready in CDT Enterprise Apps Jul 9, 2024
@i5okie i5okie self-assigned this Aug 13, 2024
@esune esune moved this from Assignment Ready to Assigned in CDT Enterprise Apps Aug 20, 2024
@i5okie
Copy link
Contributor

i5okie commented Aug 20, 2024

Values files for Traction and VC-AuthN-OIDC for dev, test, and prod environments are stored and maintained in trust-over-ip-configurations repo within the services directory. This directory is synchronized upstream to the ministry-gitops-ditp repository.

Related PR:
bcgov/trust-over-ip-configurations#230

@i5okie i5okie moved this from Assigned to In Review in CDT Enterprise Apps Aug 20, 2024
@esune esune closed this as completed Aug 20, 2024
@github-project-automation github-project-automation bot moved this from In Review to Complete in CDT Enterprise Apps Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants