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
[Postgres operator](https://github.com/zalando/postgres-operator) to manage
66
66
PostgreSQL deployments on your Kubernetes cluster.
67
67
@@ -79,21 +79,93 @@ You can deploy Coder on Rancher as a
79
79
80
80
1. Select the target workload K8s cluster for Coder in the Rancher Manager console and access the Kubectl shell.
81
81
82
-
1. From the Cluster Manager console, go to**Apps** >**Charts** and select**Partners**.
82
+
1. From the**Cluster Manager** console, go to**Apps** >**Charts**
83
83
84
-
1.FromtheChart providers,search for Coder.
84
+
1.Select**Partners** fromthedrop-down menu andsearch for`Coder`.
85
85
86
86
1. Select**Coder**, then**Install**.
87
87
88
88
1. Select the target namespace you created for Coder and select**Customize Helm options before install**, then**Next**.
89
89
90
-
1. Configure Values used by Helm that help define the Coder App. Review step 4 from the standard Kubernetes installation for suggested values, then Next.
90
+
1. Configure Values used by Helm that help define the Coder App.
91
+
92
+
Select**Edit YAML** and enter configuration settings for your deployment.
93
+
94
+
<details><summary>Expand for an example `values.yaml`</summary>
95
+
96
+
<!-- from kubernetes.md-->
97
+
98
+
```yaml
99
+
coder:
100
+
# You can specify any environment variables you'd like to pass to Coder
101
+
# here. Coder consumes environment variables listed in
102
+
# `coder server --help`, and these environment variables are also passed
103
+
# to the workspace provisioner (so you can consume them in your Terraform
104
+
# templates for auth keys etc.).
105
+
#
106
+
# Please keep in mind that you should not set `CODER_HTTP_ADDRESS`,
107
+
# `CODER_TLS_ENABLE`, `CODER_TLS_CERT_FILE` or `CODER_TLS_KEY_FILE` as
108
+
# they are already set by the Helm chart and will cause conflicts.
109
+
env:
110
+
-name:CODER_PG_CONNECTION_URL
111
+
valueFrom:
112
+
secretKeyRef:
113
+
# You'll need to create a secret called coder-db-url with your