miniature-ram-76637
08/17/2022, 3:33 PM│ Warning error 25m (x8 over 25m) helm-controller Helm install failed: template: datahub/charts/datahub-mce-consumer/templates/deployment.yaml:61:27: executing "datahub/charts/datahub-mce-consumer/templa │
│ tes/deployment.yaml" at <.Values.global.datahub.monitoring.enablePrometheus>: nil pointer evaluating interface {}.enablePrometheus
miniature-ram-76637
08/17/2022, 3:35 PMbig-carpet-38439
08/18/2022, 3:55 AMincalculable-ocean-74010
08/18/2022, 2:01 PMminiature-ram-76637
08/18/2022, 2:18 PMvalues:
# <https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml>
datahub-ingestion-cron:
enabled: true
datahub-frontend:
service:
type: "ClusterIP"
# OIDC auth based on <https://datahubproject.io/docs/authentication/guides/sso/configure-oidc-react>
oidcAuthentication:
enabled: true
provider: okta
clientId:
valueFrom:
secretKeyRef:
name: datahub-okta-client-details
key: okta-client-id
clientSecret:
valueFrom:
secretKeyRef:
name: datahub-okta-client-details
key: okta-client-secret
oktaDomain: "<obfuscated>.<http://okta.com|okta.com>"
mysqlSetupJob:
enabled: false
postgresqlSetupJob:
enabled: true
global:
graph_service_impl: neo4j
datahub_analytics_enabled: false
datahub_standalone_consumers_enabled: true
neo4j:
username: "neo4j"
password:
secretRef: datahub-neo4j-basic-auth-credentials
secretKey: neo4j-password
sql:
datasource:
host: "postgres-primary.datahub.svc:5432"
hostForpostgresqlClient: "postgres-primary.datahub.svc"
port: "5432"
url: "jdbc:<postgresql://postgres-primary.datahub.svc:5432/datahub>"
driver: "org.postgresql.Driver"
database: postgres
username: "postgres"
password:
secretRef: postgres-pguser-postgres
secretKey: password
encryptionKey:
secretRef: "datahub-encryption-secrets"
secretKey: "encryption_key_secret"
# Set to false if you'd like to provide your own secret.
provisionSecret: true
metadata_service_authentication:
enabled: false
systemClientId: "__datahub_system"
systemClientSecret:
secretRef: "datahub-auth-secrets"
secretKey: "token_service_signing_key"
tokenService:
signingKey:
secretRef: "datahub-auth-secrets"
secretKey: "token_service_signing_key"
salt:
secretRef: "datahub-auth-secrets"
secretKey: "token_service_salt"
# Set to false if you'd like to provide your own auth secrets
provisionSecrets: true
incalculable-ocean-74010
08/18/2022, 2:36 PMhelm search repo
datahub/datahub 0.2.89 0.8.43 A Helm chart for LinkedIn DataHub
?incalculable-ocean-74010
08/18/2022, 2:37 PMglobal.datahub_standalone_consumers_enabled: true
Can you please set this to false?incalculable-ocean-74010
08/18/2022, 2:37 PMincalculable-ocean-74010
08/18/2022, 2:43 PMincalculable-ocean-74010
08/18/2022, 2:43 PMChart.yaml
file? If yes can you share it?miniature-ram-76637
08/18/2022, 3:01 PMincalculable-ocean-74010
08/18/2022, 3:06 PMchart.yaml
, if you haven’t changed that then helm should not be pulling a newer release. Now this error was something we had in prior version of the helm. I fixed it in the latest release, or so I thought.miniature-ram-76637
08/18/2022, 3:19 PMincalculable-ocean-74010
08/18/2022, 3:20 PMhelm repo up
incalculable-ocean-74010
08/18/2022, 3:20 PMincalculable-ocean-74010
08/18/2022, 3:20 PMminiature-ram-76637
08/18/2022, 3:20 PM