Commit a9b1977
committed
fix(infra): Address final PR review items
1. Fix MinIO credential validation
- Explicitly check for empty strings in addition to nil checks
- Improved error messages to clarify non-empty requirement
- Ensures validation catches empty string values
2. Remove .terraform.lock.hcl files
- Removed 3 .terraform.lock.hcl files from git tracking
- Added .terraform.lock.hcl to .gitignore
- These files are provider-specific and should not be committed
3. Verify Chart.yaml exists
- Confirmed Chart.yaml is present and properly configured
- Chart metadata is correct (version 0.8.0, proper description)
All review items from PR #679 have been addressed.1 parent 63eca2c commit a9b1977
File tree
5 files changed
+5
-109
lines changed- deployment
- helm/rag-modulo/templates
- terraform
- environments/dev
- modules/ibm-cloud/roks-cluster
- roks-deployment
5 files changed
+5
-109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 0 additions & 35 deletions
This file was deleted.
This file was deleted.
0 commit comments