Skip to content

Commit

Permalink
feat(nextcloud): support host change
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig committed Jan 17, 2024
1 parent f82fb0c commit 97cd81c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ class NextcloudConfigMap : CRUDKubernetesDependentResource<ConfigMap, Nextcloud>
"172.16.0.0/12",
"192.168.0.0/16"
),
"trusted_domains" to listOf(
"localhost",
primary.spec.host
),
"log_type" to "errorlog",
"log_level" to 2,
*primary.spec.apps.oidc?.let {
Expand Down

0 comments on commit 97cd81c

Please sign in to comment.