Skip to content

Commit

Permalink
Merge pull request #6809 from wenottingham/nope-no-scls-here
Browse files Browse the repository at this point in the history
Don't use SCLs for openshift.

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Apr 22, 2020
2 parents b6be891 + 47fef1d commit a34a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/roles/kubernetes/vars/openshift.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
openshift_oc_config_file: "{{ kubernetes_base_path }}/.kube/config"
openshift_oc_bin: "oc --config={{ openshift_oc_config_file }}"
uwsgi_bash: "scl enable rh-postgresql10"
uwsgi_bash: "bash -c"

0 comments on commit a34a63e

Please sign in to comment.