Skip to content
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

[minor] Add Group Sync Operator GitOps Support #1364

Merged
merged 11 commits into from
Nov 22, 2024
Merged

[minor] Add Group Sync Operator GitOps Support #1364

merged 11 commits into from
Nov 22, 2024

Conversation

boonware
Copy link
Contributor

@boonware boonware commented Nov 21, 2024

See: MASCORE-4459

  • Add new CLI option for the "gitops cluster" task to deploy the Group Sync Operator.
  • Add new Jinja template to generate the Helm values file.
  • The environment variable GROUP_SYNC_OPERATOR_ISV_GROUPS includes special handling in the Jinja template. The output value must be a YAML list of dictionaries, however, this data type would be far too awkward to handle in shell scripts. To simplify, the variable is expected to be a string which will be parsed into the YAML list. An example of the expected format is provided in the template file.
  • Changes have been tested successfully.

@boonware boonware changed the title [minor] MASCORE-4459 - group sync operator [DO NOT MERGE][minor] MASCORE-4459 - group sync operator Nov 21, 2024
@boonware boonware changed the title [DO NOT MERGE][minor] MASCORE-4459 - group sync operator [minor] MASCORE-4459 - group sync operator Nov 22, 2024
@durera durera changed the title [minor] MASCORE-4459 - group sync operator [minor] Add Group Sync Operator GitOps Support Nov 22, 2024
@durera durera merged commit bcadc72 into master Nov 22, 2024
9 checks passed
@durera durera deleted the 4459 branch November 22, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants