Skip to content

Commit

Permalink
fix tests one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
tyu0912 committed Dec 16, 2024
1 parent 9047d6a commit 13d0f4a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
10 changes: 10 additions & 0 deletions charts/datalayer-iam/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ tests:
path: spec.template.spec.containers[0]
content:
env:
- name: DATALAYER_SOLR_PASSWORD
valueFrom:
secretKeyRef:
key: password
name: solr-basic-auth
- name: DATALAYER_SOLR_USERNAME
valueFrom:
secretKeyRef:
key: username
name: solr-basic-auth
- name: DATALAYER_AUTHZ_ENGINE
value: openfga
- name: DATALAYER_CDN_URL
Expand Down
3 changes: 1 addition & 2 deletions charts/datalayer-iam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ iam:
operator: In
values:
- "true"
envValueFrom:
env:
DATALAYER_SOLR_USERNAME:
secretKeyRef:
name: solr-basic-auth
Expand All @@ -25,7 +25,6 @@ iam:
secretKeyRef:
name: solr-basic-auth
key: password
env:
DATALAYER_AUTHZ_ENGINE: "openfga"
DATALAYER_CDN_URL: ""
DATALAYER_CREDITS_PROVIDER: ""
Expand Down
10 changes: 10 additions & 0 deletions charts/datalayer-jupyter/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ tests:
path: spec.template.spec.containers[0]
content:
env:
- name: DATALAYER_SOLR_PASSWORD
valueFrom:
secretKeyRef:
key: password
name: solr-basic-auth
- name: DATALAYER_SOLR_USERNAME
valueFrom:
secretKeyRef:
key: username
name: solr-basic-auth
- name: DATALAYER_AUTHZ_ENGINE
value: ""
- name: DATALAYER_CDN_URL
Expand Down
3 changes: 1 addition & 2 deletions charts/datalayer-jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jupyter:
operator: In
values:
- "true"
envValueFrom:
env:
DATALAYER_SOLR_USERNAME:
secretKeyRef:
name: solr-basic-auth
Expand All @@ -25,7 +25,6 @@ jupyter:
secretKeyRef:
name: solr-basic-auth
key: password
env:
DATALAYER_AUTHZ_ENGINE: ""
DATALAYER_CDN_URL: ""
DATALAYER_JWT_ALGORITHM: ""
Expand Down

0 comments on commit 13d0f4a

Please sign in to comment.