Skip to content

Commit

Permalink
Fix env name
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Dec 22, 2023
1 parent ef67e10 commit 1ab8d51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/dataset-knowledge-graph/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ spec:
secretKeyRef:
name: graphdb
key: password
- name: GRAPHDB_IMPORT_URL
- name: GRAPHDB_IMPORTS_URL
value: "http://dataset-knowledge-graph-graphdb"
- name: GRAPHDB_IMPORT_USERNAME
- name: GRAPHDB_IMPORTS_USERNAME
valueFrom:
secretKeyRef:
name: dataset-knowledge-graph-graphdb
key: username
- name: GRAPHDB_IMPORT_PASSWORD
- name: GRAPHDB_IMPORTS_PASSWORD
valueFrom:
secretKeyRef:
name: dataset-knowledge-graph-graphdb
Expand Down

0 comments on commit 1ab8d51

Please sign in to comment.