Skip to content

Commit 1051900

Browse files
committed
revert changes to smoke test
1 parent bcd774f commit 1051900

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/templates/kuttl/smoke/30-install-superset.yaml.j2

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,13 @@ spec:
4444
config:
4545
logging:
4646
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
47-
containers:
48-
superset:
49-
console:
50-
level: DEBUG
51-
file:
52-
level: DEBUG
53-
loggers:
54-
ROOT:
55-
level: DEBUG
56-
flask_appbuilder.security:
57-
level: DEBUG
5847
configOverrides:
5948
superset_config.py:
6049
EXPERIMENTAL_FILE_HEADER: |
6150
COMMON_HEADER_VAR = "role-value"
6251
ROLE_HEADER_VAR = "role-value"
6352
EXPERIMENTAL_FILE_FOOTER: |
6453
ROLE_FOOTER_VAR = "role-value"
65-
# Enable the security API to be able to create roles from the test
66-
FAB_ADD_SECURITY_API: "True"
67-
# Enable FAB logging
68-
SILENCE_FAB: "False"
6954
roleGroups:
7055
default:
7156
replicas: 1

0 commit comments

Comments
 (0)