Skip to content

Commit 16e0703

Browse files
committed
docs: Remove emojis from adoption guides for professional tone
1 parent 1732f31 commit 16e0703

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/adopting-argocd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ terraform plan
161161

162162
## Common Issues
163163

164-
### Error: "ClusterRole exists and cannot be imported"
164+
### Error: Error: "ClusterRole exists and cannot be imported"
165165

166166
**Symptoms**:
167167
```
@@ -177,7 +177,7 @@ current value is "argocd"
177177

178178
---
179179

180-
### Error: "CRDs cannot be imported"
180+
### Error: Error: "CRDs cannot be imported"
181181

182182
**Symptoms**:
183183
```
@@ -200,7 +200,7 @@ kubectl delete crd appprojects.argoproj.io
200200

201201
---
202202

203-
### Keycloak OIDC Login Fails
203+
### Error: Keycloak OIDC Login Fails
204204

205205
**Symptoms**: After adoption, ArgoCD login redirects to Keycloak but fails with "invalid redirect URI".
206206

docs/adopting-cert-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If you see planned changes to the Helm release itself, **STOP** and review your
106106

107107
## Common Issues
108108

109-
### Error: "Configuration for import target does not exist"
109+
### Error: Error: "Configuration for import target does not exist"
110110

111111
**Cause**: `install_cert_manager = false` in your `tfvars`.
112112

@@ -119,7 +119,7 @@ terraform import 'helm_release.cert_manager[0]' cert-manager/cert-manager
119119

120120
---
121121

122-
### Error: "CRD namespace annotation mismatch"
122+
### Error: Error: "CRD namespace annotation mismatch"
123123

124124
**Cause**: CRDs were installed in a different namespace (e.g., `cert-manager` vs `mstack-cert-manager`).
125125

@@ -148,7 +148,7 @@ kubectl annotate crd certificaterequests.cert-manager.io \
148148

149149
---
150150

151-
### Error: "Issuer already exists"
151+
### Error: Error: "Issuer already exists"
152152

153153
**Cause**: Terraform is trying to create an Issuer/ClusterIssuer that already exists.
154154

docs/adopting-ingress-controller.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ terraform plan
107107

108108
## Common Issues
109109

110-
### Error: "Configuration for import target does not exist"
110+
### Error: Error: "Configuration for import target does not exist"
111111

112112
**Cause**: `install_nginx_ingress = false` in your `tfvars`.
113113

@@ -120,7 +120,7 @@ terraform import 'helm_release.nginx_ingress[0]' ingress-nginx/ingress-nginx
120120

121121
---
122122

123-
### Error: "IngressClass field is immutable"
123+
### Error: Error: "IngressClass field is immutable"
124124

125125
**Symptoms**:
126126
```
@@ -153,7 +153,7 @@ kubectl get ingressclass nginx -o jsonpath='{.spec.controller}'
153153

154154
---
155155

156-
### LoadBalancer IP Changes
156+
### Error: LoadBalancer IP Changes
157157

158158
**Cause**: Terraform may try to recreate the LoadBalancer service, changing the external IP.
159159

docs/adopting-lgtm-stack.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ terraform plan
224224

225225
## Common Issues
226226

227-
### Error: "Bucket already exists"
227+
### Error: Error: "Bucket already exists"
228228

229229
**Cause**: Bucket names must be globally unique. Terraform is trying to create a bucket that already exists.
230230

@@ -239,15 +239,15 @@ gcloud storage buckets list --project=YOUR_PROJECT_ID
239239

240240
---
241241

242-
### Error: "Service Account already exists"
242+
### Error: Error: "Service Account already exists"
243243

244244
**Cause**: The GCP Service Account already exists but isn't imported.
245245

246246
**Fix**: Import it (see Step 4 above).
247247

248248
---
249249

250-
### Helm Release Version Mismatch
250+
### Error: Helm Release Version Mismatch
251251

252252
**Symptoms**: Terraform wants to upgrade/downgrade Helm releases.
253253

@@ -262,7 +262,7 @@ loki_version = "6.20.0" # Must match helm list output
262262

263263
---
264264

265-
### Workload Identity Not Working
265+
### Error: Workload Identity Not Working
266266

267267
**Symptoms**: Pods can't access GCS buckets after adoption.
268268

@@ -316,7 +316,7 @@ echo "Importing Ingress Resources..."
316316
terraform import 'kubernetes_ingress_v1.monitoring_stack' "${NAMESPACE}/monitoring-stack-ingress"
317317
terraform import 'kubernetes_ingress_v1.tempo_grpc' "${NAMESPACE}/monitoring-stack-ingress-grpc"
318318

319-
echo " Import complete! Run 'terraform plan' to verify."
319+
echo "Success: Import complete! Run 'terraform plan' to verify."
320320
```
321321

322322
---

0 commit comments

Comments
 (0)