subscriptions: enable "auto" manageSubscription flag#140
subscriptions: enable "auto" manageSubscription flag#140Roming22 wants to merge 1 commit intoredhat-appstudio:mainfrom
Conversation
|
@Roming22: The following matrix E2E test has Failed, say /retest to rerun failed tests. Total child pipelines: 2 Failed child pipelines
|
|
/retest |
|
@Roming22: The following matrix E2E test has Failed, say /retest to rerun failed tests. Total child pipelines: 2 Failed child pipelines
|
dperaza4dustbit
left a comment
There was a problem hiding this comment.
No sure what is the difference between auto and false. I would expect some changes in docs to make that distinction
Does that clear it up? I'll ask @gtrivedi88 to update the docs to reflect the change. In the future, I would hope that it is part of the Helmet "API" for the config.yaml or bundle.yaml, and it should be documented there. |
It does, so why not always do auto then, this change actually remove the need to have an option for this IMO |
Great question! For a couple reasons:
We could decide to make auto the default for everything though. But for the moment, I prefer to keep it limited to the one operator that causes issues. |
|
Sounds good |
cccd974 to
d6c279f
Compare
|
@Roming22: The following matrix E2E test has Failed, say /retest to rerun failed tests. Total child pipelines: 2 Failed child pipelines
|
|
/retest |
|
@Roming22: The following matrix E2E test has Failed, say /retest to rerun failed tests. Total child pipelines: 2 Failed child pipelines
|
d6c279f to
74f8f7f
Compare
tsf-subscriptions handles the "auto" value by listing cluster Subscriptions owned by this Helm release (via lookup and release annotations) and only merging catalog entries whose name is in that set. This allows subscriptions to not be created when it was installed without the installer. Assisted-by: Claude rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
74f8f7f to
69e6e1e
Compare
|
@Roming22: The following matrix E2E test has Failed, say /retest to rerun failed tests. Total child pipelines: 2 Failed child pipelines
|
tsf-subscriptions handles the "auto" value by listing cluster Subscriptions owned by this Helm release (via lookup and release annotations) and only merging catalog entries whose name is in that set.
This allows subscriptions to not be created when it was installed without the installer.
Assisted-by: Claude
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED