Skip to content

Commit

Permalink
implement review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Aug 26, 2024
1 parent 62e0b97 commit cf3a537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/templates/kuttl/smoke/60-install-hive.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
ROLE_VAR: role-value # only defined here at role level
configOverrides:
hive-env.sh:
HADOOP_HEAPSIZE: "512" # also set by the operator
COMMON_VAR: role-value # overridden by role group below
ROLE_VAR: role-value # only defined here at role level
roleGroups:
Expand Down
1 change: 1 addition & 0 deletions tests/templates/kuttl/smoke/61-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ commands:
kubectl -n $NAMESPACE get cm hive-metastore-default -o yaml | yq -e '.data."hive-env.sh"' | grep "export ROLE_VAR=role-value"
kubectl -n $NAMESPACE get cm hive-metastore-default -o yaml | yq -e '.data."hive-env.sh"' | grep "export GROUP_VAR=group-value"
kubectl -n $NAMESPACE get cm hive-metastore-default -o yaml | yq -e '.data."hive-env.sh"' | grep "export COMMON_VAR=group-value"
kubectl -n $NAMESPACE get cm hive-metastore-default -o yaml | yq -e '.data."hive-env.sh"' | grep "export HADOOP_HEAPSIZE=512"

0 comments on commit cf3a537

Please sign in to comment.