Skip to content

Commit

Permalink
[charts] Add aws session token env var to all charts required for tel…
Browse files Browse the repository at this point in the history
…emetry
  • Loading branch information
Z4ck404 committed Jan 15, 2024
1 parent 77b9516 commit 9f0d7c1
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.2.3
version: 0.2.4
appVersion: 0.1.16
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
5 changes: 5 additions & 0 deletions charts/bigdata-notebook-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ spec:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SECRET_ACCESS_KEY
- name: AWS_SESSION_TOKEN
valueFrom:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SESSION_TOKEN
- name: AWS_BUCKET_NAME
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-operator
description: Spot Ocean BigData Operator
type: application
version: 0.4.4
version: 0.4.5
appVersion: 0.4.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
5 changes: 5 additions & 0 deletions charts/bigdata-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ spec:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SECRET_ACCESS_KEY
- name: AWS_SESSION_TOKEN
valueFrom:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SESSION_TOKEN
- name: AWS_BUCKET_NAME
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-proxy
description: A Helm chart for the Spot Big Data Proxy
type: application
version: 0.4.3
version: 0.4.4
appVersion: 0.5.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
5 changes: 5 additions & 0 deletions charts/bigdata-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ spec:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SECRET_ACCESS_KEY
- name: AWS_SESSION_TOKEN
valueFrom:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SESSION_TOKEN
- name: AWS_BUCKET_NAME
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-spark-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-spark-watcher
description: A Helm chart for the Spot Big Data Spark Watcher
type: application
version: 0.5.0
version: 0.5.1
appVersion: 0.4.5
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
5 changes: 5 additions & 0 deletions charts/bigdata-spark-watcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ spec:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SECRET_ACCESS_KEY
- name: AWS_SESSION_TOKEN
valueFrom:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SESSION_TOKEN
- name: AWS_BUCKET_NAME
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Spark Operator (b/g part)
name: spark-operator
version: 0.1.22
version: 0.1.23
appVersion: v1beta2-1.3.4-3.1.1
dependencies:
- name: spark-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ spec:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SECRET_ACCESS_KEY
- name: AWS_SESSION_TOKEN
valueFrom:
secretKeyRef:
name: spot-bigdata-telemetry-creds
key: AWS_SESSION_TOKEN
- name: AWS_BUCKET_NAME
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 9f0d7c1

Please sign in to comment.