Skip to content

Commit

Permalink
Merge pull request #1386 from kubecost/ramich-athena
Browse files Browse the repository at this point in the history
Add athena workgroup to config
  • Loading branch information
dramich authored Apr 25, 2022
2 parents 2d7e15c + 79abed6 commit dee0f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cost-analyzer/templates/cost-analyzer-pricing-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ data:
{{- if .Values.kubecostProductConfigs.athenaTable }}
athenaTable: "{{ .Values.kubecostProductConfigs.athenaTable }}"
{{- end -}}
{{- if .Values.kubecostProductConfigs.athenaWorkgroup }}
athenaWorkgroup: "{{ .Values.kubecostProductConfigs.athenaWorkgroup }}"
{{- end -}}
{{- if .Values.kubecostProductConfigs.masterPayerARN}}
masterPayerARN: "{{ .Values.kubecostProductConfigs.masterPayerARN }}"
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ awsstore:
# athenaRegion: us-east-1
# athenaDatabase: athenacurcfn_athena_test1
# athenaTable: "athena_test1"
# athenaWorkgroup: "primary" # The default workgroup in AWS is 'primary'
# masterPayerARN: ""
# projectID: "123456789" # Also known as AccountID on AWS -- the current account/project that this instance of Kubecost is deployed on.
# gcpSecretName: gcp-secret # Name of a secret representing the gcp service key
Expand Down

0 comments on commit dee0f50

Please sign in to comment.