Skip to content

Commit

Permalink
refactor(values.yaml): use anchor to reference HADOOP_USER_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntpo committed Aug 18, 2024
1 parent 9e12bbd commit 062e87c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ hive:
memory: 1Gi
env:
- name: HADOOP_USER_NAME
value: root
value: &hadoop_user_name root

# Gravitino settings
gravitino:
Expand Down Expand Up @@ -103,7 +103,7 @@ spark:
memory: 500Mi
env:
- name: HADOOP_USER_NAME
value: root
value: *hadoop_user_name

# Trino settings
trino:
Expand All @@ -121,7 +121,7 @@ trino:
memory: 1Gi
env:
- name: HADOOP_USER_NAME
value: root
value: *hadoop_user_name
- name: GRAVITINO_HOST_IP
value: *gravitino_host_ip
- name: GRAVITINO_HOST_PORT
Expand Down Expand Up @@ -178,7 +178,8 @@ ingress:
# tls: []

# Security settings
securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand Down

0 comments on commit 062e87c

Please sign in to comment.