Conversation
| crdUrls: | ||
| - https://raw.githubusercontent.com/stackrox/stackrox/4.5.4/operator/bundle/manifests/platform.stackrox.io_securedclusters.yaml | ||
| - https://raw.githubusercontent.com/stackrox/stackrox/4.5.4/operator/bundle/manifests/platform.stackrox.io_centrals.yaml | ||
| - https://raw.githubusercontent.com/stackrox/stackrox/4.6.1/operator/bundle/manifests/platform.stackrox.io_securedclusters.yaml |
There was a problem hiding this comment.
Update CRD on the dev environment to solve compatibility issues (spec.configAsCode.policyAsCode is missing)
| memory: 100Mi | ||
|
|
||
| labels: | ||
| app.kubernetes.io/managed-by: rhacs-fleetshard |
There was a problem hiding this comment.
This conflicts with ArgoCD namespace ownership
| region: "$AWS_REGION" | ||
| gitops: | ||
| enabled: true | ||
| tenantDefaultAppSourceTargetRevision: "$ARGOCD_TENANT_APP_TARGET_REVISION" |
There was a problem hiding this comment.
Load tenant-resources from a branch
53aa55e to
c624fc7
Compare
c624fc7 to
af3e6f6
Compare
| values["centralEnabled"] = isArgoCdCentralEnabledForTenant(remoteCentral) | ||
|
|
||
| values["centralUIHost"] = remoteCentral.Spec.UiEndpoint.Host | ||
| values["centralDataHost"] = remoteCentral.Spec.DataEndpoint.Host |
There was a problem hiding this comment.
We probably also need to get the central CA certificate from the secret (if it exists)?
There was a problem hiding this comment.
Not required for healthchecks in the current implementation
|
/retest |
|
/test all |
af3e6f6 to
65fcfdc
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kovayur, ludydoo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Add the hosts to values for the tenant-resources chart. They are required to define a
ServiceMonitorin tenant-resources to perform healthchecks.Checklist (Definition of Done)
Test manualROX-12345: ...Test manual
TODO: Add manual testing efforts