File tree Expand file tree Collapse file tree 4 files changed +6
-2192
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2192
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ Default domain on diffgram is: `example.com` so make sure you add that to your l
69693 . Reinstall the helm chart
7070
7171
72- ` helm upgrade diffgram -f diffgram/new_updated_values_from_above_step.yaml `
72+ ` helm upgrade -n diffgram-ns diffgram -f diffgram/new_updated_values_from_above_step.yaml `
7373
74744 . After a few minutes you should be able to see the issuer and the certificate generated. You can confirm this by running:
7575` kubectl describe issuer letsencrypt-prod `
7676
7777## B. Installation
7878` git clone https://github.com/diffgram/diffgram-helm/ `
7979
80- ` helm install diffgram ./diffgram-helm --create-namespace `
80+ ` helm install -n diffgram-ns diffgram ./diffgram-helm --create-namespace `
8181
8282If you don't change anything on ` values.yaml ` . You will have the namespace ` default ` created on your cluster
8383
You can’t perform that action at this time.
0 commit comments