Skip to content

Commit

Permalink
chore: bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Dec 22, 2024
1 parent c66d830 commit 6ef1b90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/datalayer-iam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ For full documentation please checkout [Datalayer Tech](https://datalayer.tech).
| iam.env.DATALAYER_SUPPORT_EMAIL | string | `""` | |
| iam.env.DATALAYER_VAULT_TOKEN | string | `""` | |
| iam.env.DATALAYER_VAULT_URL | string | `"http://datalayer-vault-internal.datalayer-vault.svc.cluster.local:8200"` | |
| iam.env.DATALAYER_X_API_KEY | string | `""` | |
| iam.env.DATALAYER_X_API_SECRET | string | `""` | |
| iam.env.DATALAYER_BLUESKY_API_KEY | string | `""` | |
| iam.env.DATALAYER_BLUESKY_API_SECRET | string | `""` | |
| iam.env.OTEL_EXPORTER_OTLP_METRICS_ENDPOINT | string | `""` | |
| iam.env.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT | string | `""` | |
| iam.env.OTEL_SDK_DISABLED | string | `"false"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/datalayer-iam/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ tests:
value: ""
- name: DATALAYER_VAULT_URL
value: http://datalayer-vault-internal.datalayer-vault.svc.cluster.local:8200
- name: DATALAYER_X_API_KEY
- name: DATALAYER_BLUESKY_API_KEY
value: ""
- name: DATALAYER_X_API_SECRET
- name: DATALAYER_BLUESKY_API_SECRET
value: ""
- name: OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
value: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/datalayer-iam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ iam:
DATALAYER_SUPPORT_EMAIL: ""
DATALAYER_VAULT_TOKEN: ""
DATALAYER_VAULT_URL: "http://datalayer-vault-internal.datalayer-vault.svc.cluster.local:8200"
DATALAYER_X_API_KEY: ""
DATALAYER_X_API_SECRET: ""
DATALAYER_BLUESKY_API_KEY: ""
DATALAYER_BLUESKY_API_SECRET: ""
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT: ""
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: ""
OTEL_SDK_DISABLED: "false"
Expand Down

0 comments on commit 6ef1b90

Please sign in to comment.