Skip to content

Commit

Permalink
BC-8098 - fix sodex
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Sep 25, 2024
1 parent 6514c07 commit 257b973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/edusharing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ edusharing_crawler_list:
secretKeyRef:
name: "{{ edusharing_instance_secret_name }}"
key: crawleruserpassword
- name: SODIX_USER
- name: SODIX_SPIDER_USERNAME
valueFrom:
secretKeyRef:
name: "{{ sodix_secret_name }}"
key: username
- name: SODIX_PASSWORD
- name: SODIX_SPIDER_PASSWORD
valueFrom:
secretKeyRef:
name: "{{ sodix_secret_name }}"
Expand Down

0 comments on commit 257b973

Please sign in to comment.