Skip to content

Commit 6016c57

Browse files
committed
fixing comments
1 parent d2df109 commit 6016c57

5 files changed

Lines changed: 208 additions & 360 deletions

File tree

docs/api/tax-id-secrets.md

Lines changed: 0 additions & 329 deletions
This file was deleted.

docs/api/vendors-api-group.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -152,22 +152,3 @@ config/
152152
├── vendor-example.yaml
153153
└── corporationtypeconfig-example.yaml
154154
```
155-
156-
## Next Steps
157-
158-
1. **Deploy the new CRDs** to your cluster
159-
2. **Update any existing vendor resources** to use the new API group
160-
3. **Update client applications** to reference `vendors.miloapis.com/v1alpha1`
161-
4. **Consider adding vendor-specific controllers** for business logic
162-
5. **Add vendor-specific webhooks** for validation and admission control
163-
164-
## Backward Compatibility
165-
166-
This is a breaking change that requires updating existing vendor resources to use the new API group. The resource structure remains the same, only the API group and version change.
167-
168-
### Migration Script Example
169-
170-
```bash
171-
# Update existing vendor resources
172-
kubectl get vendors -o yaml | sed 's/resourcemanager.miloapis.com/vendors.miloapis.com/g' | kubectl apply -f -
173-
```

0 commit comments

Comments
 (0)