Skip to content

Commit

Permalink
fix: disable opendj by default as jans and flex to avoid backup job f…
Browse files Browse the repository at this point in the history
…ail (#633)

backup job is deployed and failing when using any gluuPersistenceType. So I think disabling opendj as jans and flex will avoid  potential clients confusions.
  • Loading branch information
misba7 authored Apr 25, 2024
1 parent 7ac2227 commit c4b6d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygluu/kubernetes/templates/helm/gluu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ global:
apachehcLogTarget: "FILE"
opendj:
# -- Boolean flag to enable/disable the OpenDJ chart.
enabled: true
enabled: false
oxshibboleth:
# -- Boolean flag to enable/disable the oxShibbboleth chart.
enabled: false
Expand Down

0 comments on commit c4b6d59

Please sign in to comment.