Skip to content

Commit 0cf2f43

Browse files
committed
fixed review suggestions
1 parent 4a16d7b commit 0cf2f43

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

self-hosting/methods/airgapped-edition-kubernetes.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ Before starting, ensure you have:
8787
```yaml
8888
# Example of image updates in custom-values.yaml
8989
license:
90-
licenseDomain: 'plane.example.com'
90+
licenseDomain: 'plane.example.com'
9191

9292
airgapped:
93-
enabled: true
94-
# if using Custom Root CA for S3 storage
95-
s3SecretName: "s3-custom-ca"
96-
s3SecretKey: "s3-custom-ca.crt"
93+
enabled: true
94+
# if using Custom Root CA for S3 storage
95+
s3SecretName: "s3-custom-ca"
96+
s3SecretKey: "s3-custom-ca.crt"
9797

9898
services:
9999
web:
@@ -135,7 +135,7 @@ Before starting, ensure you have:
135135
image_mc: <your-registry.com>/mc:latest
136136

137137
env:
138-
storageClass: ''
138+
storageClass: ''
139139
```
140140
141141
8. Install Plane Commercial Airgapped edition using your customized values file:

0 commit comments

Comments
 (0)