Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmahique-github committed Oct 28, 2024
1 parent 31840a5 commit b45a0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/authentication/ds389.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ function ds389_install() {
# installs the chart with default parameters
if [[ -f values.yaml ]]
then
helm upgrade --install ds389 suse-lab-setup/ds389 -f values.yaml
helm upgrade --install ds389 --namespace ds389 suse-lab-setup/ds389 -f values.yaml
else
helm upgrade --install ds389 suse-lab-setup/ds389
helm upgrade --install ds389 --namespace ds389 suse-lab-setup/ds389
fi
sleep 60
ds389_restrict_permissions "${_ldap_uri}" "${_ldap_basedn}" "${_admin_user}" "${_admin_pwd}"
Expand Down

0 comments on commit b45a0d2

Please sign in to comment.