Skip to content

Commit

Permalink
fix: keep oxsshipoleth disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Oct 25, 2022
1 parent 0733a3b commit 7632a89
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 @@ -265,7 +265,7 @@ global:
enabled: true
oxshibboleth:
# -- Boolean flag to enable/disable the oxShibbboleth chart.
enabled: true
enabled: false
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
# log levels are "OFF", "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE"
# Targets are "STDOUT" and "FILE"
Expand Down

0 comments on commit 7632a89

Please sign in to comment.