kube-cascade/dex/diff.sh

3 lines
135 B
Bash

helm repo add dex https://charts.dexidp.io && helm repo update
helm diff upgrade -n dex dex dex/dex --reuse-values -f values.yaml "$@"