Skip to content

Commit

Permalink
flatten, naming consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
HafdisE committed Sep 17, 2024
1 parent e5fced8 commit 5e791b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.k8sEventLogCollection.bucketPrefix }}
value: {{ .Values.k8sEventLogCollectorBucketPrefix }}
- name: KUBE_EVENT_LOG_COLLECTION_ENVIRONMENT
value: {{ .Values.k8sEventLogCollection.environment }}
value: {{ .Values.k8sEventLogCollectorEnvironment }}
- name: AWS_CREDENTIALS_FILE
value: /creds/aws
- name: GCP_CREDENTIALS_FILE
Expand Down
6 changes: 2 additions & 4 deletions charts/bigdata-spark-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ sparkAppFailedExecutorLimit: 200
sparkAppTerminatedCriticalSidecarGracePeriod: 3m

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

serviceAccount:
create: true
Expand Down

0 comments on commit 5e791b7

Please sign in to comment.