Skip to content

Commit ee08327

Browse files
committed
fix: ingress
1 parent ea1fc1a commit ee08327

File tree

4 files changed

+6
-2192
lines changed

4 files changed

+6
-2192
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ Default domain on diffgram is: `example.com` so make sure you add that to your l
6969
3. 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

7474
4. 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

8282
If you don't change anything on `values.yaml`. You will have the namespace `default` created on your cluster
8383

0 commit comments

Comments
 (0)