Skip to content

Commit

Permalink
fix: elasticsearch secrets (#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Sep 19, 2024
1 parent dc57ac6 commit 0df4f37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k8s/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ spec:
- name: xpack.security.enabled
value: "true"
- name: ELASTIC_PASSWORD
value: $ELASTICSEARCH_PASSWORD
valueFrom:
secretKeyRef:
name: ml-secrets-env
key: ELASTICSEARCH_PASSWORD
- name: path.repo
value: /mnt/snapshots
- name: ES_JAVA_OPTS
Expand Down

0 comments on commit 0df4f37

Please sign in to comment.