Add a chi example for sync users#1304
Merged
Slach merged 2 commits intoAltinity:0.23.0from Jan 12, 2024
Merged
Conversation
Date: Wed Jan 10 09:59:56 2024 +0200
Add user synchronization chi example
<[email protected]>
Slach
requested changes
Jan 10, 2024
| defaults: | ||
| templates: | ||
| podTemplate: clickhouse | ||
| dataVolumeClaimTemplate: localpvc-storage |
Collaborator
There was a problem hiding this comment.
remove unnecessary details,
let's rename to data-pvc-template
| volumeClaimTemplates: | ||
| - name: local-pvc-my | ||
| spec: | ||
| storageClassName: my-localpv |
Collaborator
There was a problem hiding this comment.
remove storageClassName, this is unnecessary
| - mountPath: /var/lib/clickhouse | ||
| name: local-pvc-my | ||
| volumeClaimTemplates: | ||
| - name: local-pvc-my |
Collaborator
There was a problem hiding this comment.
rename to data-pvc-template
Date: Fri Jan 12 16:41:56 2024 +0200 Add user synchronization chi example <[email protected]>
Author
|
@Slach Hello, I have revised and submitted it according to your comments,thanks. |
Slach
approved these changes
Jan 12, 2024
Collaborator
|
@ccsxs thanks for contribution |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I submit a yuml template for migrating users when expanding capacity, so that people in need can use it.