Skip to content

Za/openmetadata - #747

Open
amrc-za wants to merge 21 commits into
mainfrom
za/openmetadata
Open

amrc-za wants to merge 21 commits into
mainfrom
za/openmetadata

Conversation

@amrc-za

@amrc-za amrc-za commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Openmetadata 2.0.1 is added as a new ACS service through official openmetadata helm charts.

@amrc-za
amrc-za requested a review from djnewbould September 15, 2026 13:26

@djnewbould djnewbould left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, just requested a couple of small changes

Comment thread deploy/values.yaml Outdated
Comment on lines +719 to +753
openmetadata:
enabled: true
fullnameOverride: "openmetadata"
openmetadata:
config:
elasticsearch:
auth:
enabled: true
username: "admin"
password:
secretRef: "elasticsearch-secrets"
secretKey: "openmetadata-elasticsearch-password"
database:
enabled: true
host: mysql
port: 3306
driverClass: com.mysql.cj.jdbc.Driver
dbScheme: mysql
databaseName: openmetadata_db
auth:
username: openmetadata_user
password:
secretRef: openmetadata-mysql-secrets
secretKey: mysql-password
pipelineServiceClientConfig:
airflow:
auth:
enabled: true
username: admin
password:
secretRef: airflow-secrets
secretKey: openmetadata-airflow-password

openmetadata-dependencies:
enabled: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think openmetadata and openmetadata-dependencies should be false by default, the stack it deploys is pretty resource heavy and I don't think every deployment would need it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disabled by default

Comment thread .gitignore Outdated
Comment on lines +8 to +9
.claude/
.devcontainer/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these two folders need to be git ignored? we ignore specific files in these folders already

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed from gitignore

@amrc-za
amrc-za requested a review from djnewbould September 16, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants