abundant-lizard-52842
02/17/2022, 10:28 AMdazzling-judge-80093
02/17/2022, 10:30 AMbroad-tomato-45373
02/17/2022, 3:16 PMdatahub:<new-password>
2) kubectl create configmap user-props-3 --from-file=user.props
3) get values.yml from https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml
edit values.yml
append the values in datahub-frontend-react container
extraVolumes:
- name: user-props-2
configMap:
name: user-props-2
extraVolumeMounts:
- name: user-props-2
mountPath: /datahub-frontend/conf/user.props
subPath: user.props
4) helm upgrade --install -f values.yaml datahub datahub/datahubnumerous-account-62719
05/24/2022, 11:02 AM