-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create tilt dev environment with keycloak #625
Conversation
a7c4abb
to
01c85d5
Compare
## @param backend.createsuperuser.command The command to create the django super user | ||
createsuperuser: | ||
command: python manage.py createsuperuser --username admin@example.com --password admin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
different from meet :
## @param backend.createsuperuser.command backend migrate command
## @param backend.createsuperuser.restartPolicy backend migrate job restart policy
createsuperuser:
command:
- "/bin/sh"
- "-c"
- |
python manage.py createsuperuser --email $DJANGO_SUPERUSER_EMAIL --password $DJANGO_SUPERUSER_PASSWORD
restartPolicy: Never
```
description: A Helm chart to add some manifests to desk | ||
description: A Helm chart to add some manifests to meet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error
- env.d/{{ .Environment.Name }}/secrets.enc.yaml | ||
production: | ||
- name: extra | ||
installed: {{ eq .Environment.Name "dev" | toYaml }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in meet,
installed: {{ regexMatch "^dev.*" .Environment.Name | toYaml }}
mountPath: /usr/local/lib/python3.12/site-packages/certifi/cacert.pem | ||
subPath: cacert.pem | ||
|
||
# Exra volumes to manage our local custom CA and avoid to set ssl_verify: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra*
kind: ClusterSecretStore | ||
metadata: | ||
name: bitwarden-login-{{ $.Release.Namespace }} | ||
namespace: external-secrets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
To be able to move the repository on the new organization and to facilitate external developer integration we need to create a standalone dev stack and use external secret.
We need to publish a Helm chart to facilitate separating the code from the deployment configuration.
01c85d5
to
1c0742e
Compare
In order to be able to enroll external people we need to have a standalone development environment.