lehrig / kubeflow-ppc64le-manifests

A repository for Kustomize manifests for Kubeflow on ppc64le
Apache License 2.0
3 stars 7 forks source link

Make httpd configuration optional #6

Open lehrig opened 2 years ago

lehrig commented 2 years ago

When a cluster already uses httpd, the install script may override settings. Therefore, make httpd install optional (either detect this situation or just ask whether to configure).

mgiessing commented 1 year ago

Partly resolved with commit #https://github.com/lehrig/kubeflow-ppc64le-manifests/commit/8284a7636643b4f4b0cc7db71b4b6e660b188f46

It won't override any other identityprovider (LDAP, github etc.) but if htpasswd exists it does.

Can probably be solved by extracting the secret oc extract secret/<>..., adding sample user and writing back oc set data secret/<>...