-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: (IAC-629) Support SingleStore (DAC) #277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need feedback on changes to the code processing for components.
…(pre) Why: The tranformers present in existing TLS components need to come after any user customization components so that their transformers have user component content to operate on. Populate user contributed components section in kustomization.yaml as needed even if no components are present in ordered_overlays dictionary. This scenario is true for a SingleStore deployment where TLS is disabled.
@@ -25,4 +25,12 @@ namespace: {{ NAMESPACE }} | |||
{% endif %} | |||
|
|||
{% endfor %} | |||
|
|||
{% if "components" not in ordered_overlays.result %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lines 29-36 added to the kustomization.yaml template handle the scenario when DAC does not contribute any hard-coded component entries into ordered_overlays (as when TLS is disabled) and then skips over adding user submitted components under site-config such as SingleStore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Jay Patel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Add SingleStore README and siteconfig_info change