Skip to content

Commit

Permalink
add doc for input.rsp
Browse files Browse the repository at this point in the history
  • Loading branch information
prasebha committed Apr 24, 2024
1 parent 28421cb commit 0dfc950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mgmt-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A Helm chart for collecting Kubernetes Metrics using OCI Management Agent into O
| mgmtagent.image.secret | string | `nil` | Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file) |
| mgmtagent.image.url | string | `nil` | Replace this value with actual docker image URL for Management Agent |
| mgmtagent.installKey | string | `"resources/input.rsp"` | Copy the downloaded Management Agent Install Key file under root helm directory as resources/input.rsp |
| mgmtagent.installKeyFileContent | string | `nil` | Provide the base64 encoded content of the Management Agent Install Key file (e.g. cat input.rsp | base64 -w 0) |
| mgmtagent.installKeyFileContent | string | `nil` | Provide the base64 encoded content of the Management Agent Install Key file (e.g. `cat input.rsp \| base64 -w 0`) |
| namespace | string | `"{{ .Values.global.namespace }}"` | Kubernetes namespace to create and install this helm chart in |
| oci-onm-common.createNamespace | bool | `true` | If createNamespace is set to true, it tries to create the namespace defined in 'namespace' variable. |
| oci-onm-common.createServiceAccount | bool | `true` | By default, a cluster role, cluster role binding and serviceaccount will be created for the monitoring pods to be able to (readonly) access various objects within the cluster, to support collection of various telemetry data. You may set this to false and provide your own serviceaccount (in the parent chart(s)) which has the necessary cluster role(s) binded to it. Refer, README for the cluster role definition and other details. |
Expand Down
2 changes: 1 addition & 1 deletion charts/oci-onm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Helm chart for collecting Kubernetes logs & objects and metrics using Fluentd an
| oci-onm-mgmt-agent.mgmtagent.image.secret | string | `nil` | |
| oci-onm-mgmt-agent.mgmtagent.image.url | string | `"container-registry.oracle.com/oci_observability_management/oci-management-agent:1.3.0"` | |
| oci-onm-mgmt-agent.mgmtagent.installKey | string | `"resources/input.rsp"` | Copy the downloaded Management Agent Install Key file under root helm directory as resources/input.rsp . Provide either installKeyFileContent or installKey as an install key |
| oci-onm-mgmt-agent.mgmtagent.installKeyFileContent | string | `nil` | Provide the base64 encoded content of the Management Agent Install Key file (e.g. cat input.rsp | base64 -w 0). Provide either installKeyFileContent or installKey as an install key |
| oci-onm-mgmt-agent.mgmtagent.installKeyFileContent | string | `nil` | Provide the base64 encoded content of the Management Agent Install Key file (e.g. `cat input.rsp \| base64 -w 0`). Provide either installKeyFileContent or installKey as an install key |
| oci-onm-mgmt-agent.namespace | string | `"{{ .Values.global.namespace }}"` | |
| oci-onm-mgmt-agent.oci-onm-common.enabled | bool | `false` | |
| oci-onm-mgmt-agent.serviceAccount | string | `"{{ .Values.global.resourceNamePrefix }}"` | |
Expand Down

0 comments on commit 0dfc950

Please sign in to comment.