When you overtake this deploy and rebrand repo to your network you have to recognize the following changes and doings …
- You have to add the
CATEGORIES_ACTIVE
from thedeployment/kubernetes/values.template.yaml
to yourdeployment/kubernetes/values.yaml
and set it to your prevered value. - Make sure the correct categories are in your Neo4j database on the server.
Deployment/Rebranding PR – chore: 🍰 Implement PRODUCTION_DB_CLEAN_ALLOW for Staging Production Environments #56
- Copy
PRODUCTION_DB_CLEAN_ALLOW
fromdeployment/kubernetes/values.template.yaml
tovalues.yaml
and set it tofalse
for production envireonments and only for several stage test servers totrue
.
- Commit: `Update cert-manager apiVersion "cert-manager.io/v1alpha2" to "cert-manager.io/v1"
- Check for
kubectl
andhelm
versions.
- Check for
- You have to add the
COOKIE_EXPIRE_TIME
from thedeployment/kubernetes/values.template.yaml
to yourdeployment/kubernetes/values.yaml
and set it to your prevered value. - Correct
locale
cookie exploration time in data privacy.
- No informations.