owncloud / ocis-charts

:chart_with_upwards_trend: Helm Charts for ownCloud's OCIS
https://owncloud.dev/ocis/deployment/kubernetes/
Apache License 2.0
46 stars 27 forks source link

refactor names of autogenerated configmaps and secrets #618

Closed wkloucek closed 3 months ago

wkloucek commented 3 months ago

Description

Refactors autogenerated secrets and configmaps to use the name template to reduce duplication.

Also moves the jwt secret to the proxy service, since this is currently the service who is minting JWT tokens. The IDP service doesn't have anything to do with the jwt secret.

This reverts commit 2c0b6ca16fecf3f2974ca44d29d8b66c5c289a27.

Related Issue

Motivation and Context

remove duplicate string constants

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: