Skip to content

Commit

Permalink
unflatten and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
HafdisE committed Sep 17, 2024
1 parent 122d5b2 commit a50c98b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/bigdata-spark-watcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ spec:
- name: APP_SYNC_REVERSE_GHOST_GRACE_PERIOD
value: {{ .Values.appSyncReverseGhostGracePeriod }}
- name: KUBE_EVENT_LOG_COLLECTION_BUCKET_PREFIX
value: {{ .Values.k8sEventLogCollectorBucketPrefix }}
value: {{ .Values.k8sEventLogCollection.bucketPrefix }}
- name: KUBE_EVENT_LOG_COLLECTION_ENVIRONMENT
value: {{ .Values.k8sEventLogCollectorEnvironment }}
value: {{ .Values.k8sEventLogCollection.environment }}
- name: AWS_CREDENTIALS_FILE
value: /creds/aws
- name: GCP_CREDENTIALS_FILE
Expand Down
5 changes: 3 additions & 2 deletions charts/bigdata-spark-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ sparkAppFailedExecutorLimit: 200
sparkAppTerminatedCriticalSidecarGracePeriod: 3m

k8sEventLogCollectorEnabled: true
k8sEventLogCollectorBucketPrefix: "spot-bigdata-logcollector"
k8sEventLogCollectorEnvironment: ""
k8sEventLogCollection:
bucketPrefix: "spot-bigdata-logcollector"
environment: ""

serviceAccount:
create: true
Expand Down

0 comments on commit a50c98b

Please sign in to comment.