You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still need to fix some redirects issues. But main goal is to add better resources for testing diffgram in local minikube env. This will help both first time users and helm chart developers to iterate faster over the helm chart changes and test faster any changes to the k8s resources generated by helm.
Finally Modify your `values.yaml` so that helm chart can grab the secret using cert-manager
74
+
issuers. Set `tlsIssuer` to `issuer-local` and `localCaSecretName` to the name you have to the secret created above:
75
+
76
+
```angular2html
77
+
tlsIssuer: issuer-local # One of: "issuer-local", "letsencrypt-staging", or "letsencrypt-prod"
78
+
localCaSecretName: my-local-ca-key-pair
79
+
80
+
```
81
+
82
+
83
+
#### Using cert-manager & Public Domains
58
84
59
85
1. If you want to have TLS connections, please make sure you have a domain available and access to the name servers so you can modify the records to point to the IP addresses of the ingress.
0 commit comments