Skip to content

Commit

Permalink
Merge pull request #23 from Midburn/spark-add-aws-credentials
Browse files Browse the repository at this point in the history
Spark add aws credentials
  • Loading branch information
eladlachmi authored Feb 26, 2018
2 parents a710fd0 + acfaa4a commit cb11297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts-external/spark/templates/spark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ spec:
- {"name": "SPARK_DB_USER", "value": "spark"}
- {"name": "SPARK_DB_PASSWORD", "value": "spark"}
{{ end }}
- {"name":"AWS_ACCESS_KEY", "valueFrom": {"secretKeyRef": {"name": "spark-camp-files", "key": "AWS_ACCESS_KEY"}}
- {"name": "AWS_SECRET_KEY", "valueFrom": {"secretKeyRef": {"name": "spark-camp-files", "key": "AWS_SECRET_KEY"}}
- {"name":"AWS_ACCESS_KEY", "valueFrom": {"secretKeyRef": {"name": "spark-camp-files", "key": "AWS_ACCESS_KEY"}}}
- {"name": "AWS_SECRET_KEY", "valueFrom": {"secretKeyRef": {"name": "spark-camp-files", "key": "AWS_SECRET_KEY"}}}
volumeMounts:
- name: migrations
mountPath: /migrations
Expand Down

0 comments on commit cb11297

Please sign in to comment.