Skip to content

Commit

Permalink
fix: operator test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Sep 18, 2024
1 parent 18d1008 commit 7c81ad7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions charts/datalayer-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ For full documentation please checkout [Datalayer TECH](https://datalayer.tech/d
| operator.env.DATALAYER_PUB_SUB_ENGINE | string | `"pulsar"` | |
| operator.env.DATALAYER_PULSAR_URL | string | `"pulsar://datalayer-pulsar-broker.datalayer-pulsar.svc.cluster.local:6650"` | |
| operator.env.DATALAYER_RUN_HOST | string | `""` | |
| operator.env.DATALAYER_VAULT_TOKEN | string | `""` | |
| operator.env.DATALAYER_VAULT_URL | string | `"http://datalayer-vault-internal.datalayer-vault.svc.cluster.local:8200"` | |
| operator.env.OTEL_EXPORTER_OTLP_METRICS_ENDPOINT | string | `""` | |
| operator.env.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT | string | `""` | |
| operator.env.OTEL_SDK_DISABLED | string | `"false"` | |
Expand Down
4 changes: 0 additions & 4 deletions charts/datalayer-operator/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ tests:
value: pulsar://datalayer-pulsar-broker.datalayer-pulsar.svc.cluster.local:6650
- name: DATALAYER_RUN_HOST
value: ""
- name: DATALAYER_VAULT_TOKEN
value: ""
- name: DATALAYER_VAULT_URL
value: http://datalayer-vault-internal.datalayer-vault.svc.cluster.local:8200
- name: OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
value: ""
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
Expand Down

0 comments on commit 7c81ad7

Please sign in to comment.