can yoou tell me how to add extraVolumes to my val...
# all-things-deployment
j
can yoou tell me how to add extraVolumes to my values.yaml I wanna change default password 🙂
somewhere here
Copy code
global:
  graph_service_impl: elasticsearch
  datahub_standalone_consumers_enabled: false
datahub-frontend:
  ingress:
   enabled: true
   annotations:
     <http://kubernetes.io/ingress.global-static-ip-name|kubernetes.io/ingress.global-static-ip-name>: datahub-address
     <http://ingress.gcp.kubernetes.io/pre-shared-cert|ingress.gcp.kubernetes.io/pre-shared-cert>: datahub-cert
   hosts:
     - host: #######.#####.dev
       paths:
         - /*
?
b
Have you checked out Adding Users to DataHub doc?