[major] Added changes for creating EFS CSI Driver Operator through Gitops#404
Open
dpdifferent1 wants to merge 40 commits intomainfrom
Open
[major] Added changes for creating EFS CSI Driver Operator through Gitops#404dpdifferent1 wants to merge 40 commits intomainfrom
dpdifferent1 wants to merge 40 commits intomainfrom
Conversation
whitfiea
requested changes
Feb 26, 2026
Member
whitfiea
left a comment
There was a problem hiding this comment.
i am not sure what this is adding as there is already an efs operator chart, and this is just renaming some files, with some random db2 changes?
Comment on lines
7
to
11
| # Related JIRA Issues: | ||
| # - https://jsw.ibm.com/browse/MASCORE-11886 | ||
| # - https://jsw.ibm.com/browse/MASCORE-11498 | ||
| # - https://jsw.ibm.com/browse/MASCORE-11506 | ||
|
|
Member
There was a problem hiding this comment.
we shouldn't be linking to jira here
| @@ -1,4 +1,4 @@ | |||
| {{- if not (empty .Values.efs_csi_driver) }} | |||
| {{- if and (not (empty .Values.account.hypervisor)) (eq .Values.account.hypervisor "rosa") }} | |||
Contributor
Author
There was a problem hiding this comment.
Added input params hypervisor in the pipeline. Based upon hypervisor param, the ArgoApp will be created for EFS CSI Driver. It will have a value either of rosa or fyre in order to enable installation only for ROSA cluster.
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.
The new cluster level app
gitops/cluster-applications/000-efs-csi-driverinstalls the EFS CSI Driver operator through Gitops automation which further creates CSI Driver & Service accounts required for dynamic provisioning & EFS mount point creation.