Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed Nov 4, 2024
1 parent fb27418 commit 38290f5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages:
- database-postgres
- reprocess-mediator
- fhir-ig-importer
- minio
- datalake

profiles:
- name: cdr-dw
Expand All @@ -48,7 +48,7 @@ profiles:
- kafka-unbundler-consumer
- fhir-ig-importer
- reprocess-mediator
- minio
- datalake
envFiles:
- cdr-dw.env

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "minio",
"name": "minio",
"id": "datalake",
"name": "datalake",
"description": "Object storage for raw unstructured data, compatible with the s3 API",
"type": "infrastructure",
"version": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion minio/swarm.sh → datalake/swarm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare ACTION=""
declare MODE=""
declare COMPOSE_FILE_PATH=""
declare UTILS_PATH=""
declare STACK="minio"
declare STACK="datalake"

function init_vars() {
ACTION=$1
Expand Down
2 changes: 1 addition & 1 deletion monitoring/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A package for monitoring the platform services",
"type": "infrastructure",
"version": "0.0.1",
"dependencies": ["minio"],
"dependencies": ["datalake"],
"environmentVariables": {
"GRAFANA_IMAGE": "grafana/grafana-oss:9.2.3",
"LOKI_IMAGE": "grafana/loki:2.6.1",
Expand Down

0 comments on commit 38290f5

Please sign in to comment.