Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/gitops-argo-cd-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

The Argo CD Custom Resource consists of the following properties:

[options="header"]
|===
|**Name** |**Description** |**Default** | **Properties**
|Name |Description |Default |Properties
|`applicationInstanceLabelKey` |The `metadata.label` key name where Argo CD injects the app name as a tracking label.|`app.kubernetes.io/instance` |

|`applicationSet`
Expand Down
3 changes: 2 additions & 1 deletion modules/gitops-inbuilt-permissions-for-cluster-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Argo CD does not have cluster-admin permissions.
====

Permissions for the Argo CD instance:
[options="header"]
|===
|*Resources* |*Descriptions*
|Resources |Descriptions
|Resource Groups | Configure the user or administrator
|`operators.coreos.com` | Optional Operators managed by OLM
|`user.openshift.io` , `rbac.authorization.k8s.io` | Groups, Users and their permissions
Expand Down
3 changes: 2 additions & 1 deletion modules/gitops-modifying-rhsso-requests-limits.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

By default, the RHSSO container is created with resource requests and limitations. You can change and manage the resource requests.

[options="header"]
|===
|*Resource* |*Requests* |*Limits*
|Resource |Requests |Limits

|CPU|500|1000m
|Memory|512 Mi|1024 Mi
Expand Down
3 changes: 2 additions & 1 deletion modules/gitops-repo-server-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

The following properties are available for configuring the Repo server component:

[options="header"]
|===
|**Name** |**Default** | **Description**
|Name |Default | Description
|`resources` |`__<empty>__` |The container compute resources.
|`mountsatoken` |`false` |Defines whether the `serviceaccount` token should be mounted to the repo-server pod.
|`serviceaccount` |`""` |The name of the `serviceaccount` to use with the repo-server pod.
Expand Down
7 changes: 4 additions & 3 deletions modules/go-compatibility-and-support-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ In the table, features are marked with the following statuses:
In {OCP} 4.13, the `stable` channel has been removed. Before upgrading to {OCP} 4.13, if you are already on the `stable` channel, choose the appropriate channel and switch to it.
====

[options="header"]
|===
|*OpenShift GitOps* 7+|*Component Versions*|*OpenShift Versions*
|OpenShift GitOps 7+|Component Versions|OpenShift Versions

|*Version* |*`kam`* |*Helm* |*Kustomize* |*Argo CD*|*Argo Rollouts*|*Dex* |*RH SSO* |
s|Version s|`kam` s|Helm s|Kustomize s|Argo CD s|Argo Rollouts s|Dex s|RH SSO |

|1.12.0 |0.0.51 TP |3.14.0 GA |5.2.1 GA |2.10.3 GA |1.6.0 TP |2.36.0 GA |7.6.0 GA |4.12-4.15

Expand Down Expand Up @@ -81,4 +82,4 @@ The features mentioned in the following table are currently in Technology Previe
|The {gitops-title} *Environments* page in the *Developer* perspective of the {OCP} web console 
|1.1.0
|NA
|====
|====
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ toc::[]
The {gitops-title} Operator emits metrics about its performance. With the OpenShift monitoring stack that picks up these metrics, you can monitor and analyze the Operator’s performance. The Operator exposes the following metrics, which you can view by using the {OCP} web console:

.{gitops-shortname} Operator performance metrics
[options="header"]
|===
|*Metric name* |*Type* |*Description*
|Metric name |Type |Description

|`active_argocd_instances_total` |Gauge |The total number of active Argo CD instances currently managed by the Operator across the cluster at a given time.

Expand Down