github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/helm/burrow/templates/NOTES.txt (about)

     1  You have successfully provisioned a Burrow chain!
     2  
     3  ** Please be patient while the chart is being deployed. **
     4  
     5  {{- if .Values.peer.ingress.enabled }}
     6  
     7  As ingress is enabled, it may take some time to propagate DNS entries.
     8  
     9  {{- end }}
    10  
    11  {{- if .Values.chain.testing }}
    12  
    13  WARNING: This deployment has been configured with pre-generated keys which are publicly accessible, please run the provided `initialize.sh` script locally to regenerate these.
    14  
    15  Use the following commands to securely provision the necessary Kubernetes objects with the release name `my-release`:
    16  
    17  $ curl -LO https://raw.githubusercontent.com/helm/charts/master/initialize.sh
    18  $ CHAIN_NODES=4 CHAIN_NAME="my-release" ./initialize.sh
    19  $ kubectl apply --filename setup.yaml
    20  $ helm install stable/burrow --name my-release --values addresses.yaml
    21  
    22  {{- end }}