Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
{% endif %}
metastore:
config:
# A Pod that does not exit before the SIGKILL therefore blocks the listener PVC -> PV -> Listener
# finalizer chain long enough for the namespace deletion, and with it the whole test case, to time out.
gracefulShutdownTimeout: 5s
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
roleGroups:
Expand Down
20 changes: 10 additions & 10 deletions tests/templates/kuttl/smoke/60-assert.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -208,29 +208,29 @@ spec:
- pipefail
- -c
env:
- name: COMMON_VAR
value: group-value
- name: CONTAINERDEBUG_LOG_DIRECTORY
value: /stackable/log/containerdebug
- name: GROUP_VAR
value: group-value
- name: HADOOP_HEAPSIZE
value: "614"
- name: HADOOP_OPTS
value: -Djava.security.properties=/stackable/config/security.properties
-javaagent:/stackable/jmx/jmx_prometheus_javaagent.jar=9084:/stackable/jmx/jmx_hive_config.yaml
-Djavax.net.ssl.trustStore=/stackable/truststore.p12 -Djavax.net.ssl.trustStorePassword=changeit
-Djavax.net.ssl.trustStoreType=pkcs12
- name: CONTAINERDEBUG_LOG_DIRECTORY
value: /stackable/log/containerdebug
- name: METADATA_DATABASE_USERNAME
- name: METADATA_DATABASE_PASSWORD
valueFrom:
secretKeyRef:
key: username
key: password
name: hive-credentials
- name: METADATA_DATABASE_PASSWORD
- name: METADATA_DATABASE_USERNAME
valueFrom:
secretKeyRef:
key: password
key: username
name: hive-credentials
- name: COMMON_VAR
value: group-value
- name: GROUP_VAR
value: group-value
- name: ROLE_VAR
value: role-value
imagePullPolicy: IfNotPresent
Expand Down
Loading