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

Dev/sealed secrets #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Dev/sealed secrets #20

wants to merge 2 commits into from

Conversation

eddiebarry
Copy link

Added Sealed Secrets Functionality according to :

https://github.com/WHOAcademy/learning-delivery-api/pull/34/files
https://github.com/WHOAcademy/openedx-forum-docker/pull/8
https://github.com/WHOAcademy/openedx-docker/pull/197

  1. Now onwards, builds need to be manually deployed using
helm install $APP_NAME --namespace=labs-dev $APP_REPO

The built helm charts need to be downloaded from nexus.

  1. Secrets need to be filled in the templates and the following command needs to be run
kubeseal <templates.yaml >sealed-secret-output.yaml --controller-namespace labs-ci-cd --controller-name sealed-secrets --format yaml --scope cluster-wide
  1. The generated encrypted data needs to be set in the sealed Secrets section of the values.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant