Skip to content

Commit 9e091a0

Browse files
committed
make: fmt
1 parent c586445 commit 9e091a0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/admin/appearance.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ The link icons are optional, and limited to: `bug`, `chat`, and `docs`.
6969

7070
### Kubernetes configuration
7171

72-
To pass in the `supportLinks` YAML file above into your Coder Kubernetes deployment,
73-
follow the steps below.
72+
To pass in the `supportLinks` YAML file above into your Coder Kubernetes
73+
deployment, follow the steps below.
7474

7575
#### 1. Create Kubernetes Secret From File
7676

77-
Run the below commmand to create the YAML file as a Kubernetes secret in your cluster:
77+
Run the below commmand to create the YAML file as a Kubernetes secret in your
78+
cluster:
7879

7980
```console
8081
kubectl create secret generic coder-support-links -n <coder-namespace> --from-file=config.yaml
@@ -87,15 +88,15 @@ Next, update your Helm chart values as follows:
8788
```yaml
8889
coder:
8990
env:
90-
- name: CODER_CONFIG_PATH
91-
value: /etc/coder/config.yaml
91+
- name: CODER_CONFIG_PATH
92+
value: /etc/coder/config.yaml
9293
volumes:
93-
- name: coder-config
94-
secret:
95-
secretName: coder-support-links
94+
- name: coder-config
95+
secret:
96+
secretName: coder-support-links
9697
volumeMounts:
97-
- name: coder-config
98-
mountPath: /etc/coder/
98+
- name: coder-config
99+
mountPath: /etc/coder/
99100
```
100101

101102
#### 3. Upgrade Coder

0 commit comments

Comments
 (0)