Skip to content

Commit 28421cb

Browse files
committed
add doc for input.rsp
1 parent dccc69e commit 28421cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/mgmt-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A Helm chart for collecting Kubernetes Metrics using OCI Management Agent into O
2828
| mgmtagent.image.secret | string | `nil` | Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file) |
2929
| mgmtagent.image.url | string | `nil` | Replace this value with actual docker image URL for Management Agent |
3030
| mgmtagent.installKey | string | `"resources/input.rsp"` | Copy the downloaded Management Agent Install Key file under root helm directory as resources/input.rsp |
31-
| mgmtagent.installKeyFileContent | string | `nil` | Provide the base64 encoded content of the Management Agent Install Key file (e.g. `cat input.rsp | base64 -w 0`) |
31+
| mgmtagent.installKeyFileContent | string | `nil` | Provide the base64 encoded content of the Management Agent Install Key file (e.g. cat input.rsp | base64 -w 0) |
3232
| namespace | string | `"{{ .Values.global.namespace }}"` | Kubernetes namespace to create and install this helm chart in |
3333
| oci-onm-common.createNamespace | bool | `true` | If createNamespace is set to true, it tries to create the namespace defined in 'namespace' variable. |
3434
| 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. |

charts/mgmt-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ oci-onm-common:
2222
mgmtagent:
2323
# Provide either installKeyFileContent or installKey as an install key. If both provided then installKeyFileContent will take higher precedence.
2424

25-
# -- Provide the base64 encoded content of the Management Agent Install Key file (e.g. `cat input.rsp | base64 -w 0`)
25+
# -- Provide the base64 encoded content of the Management Agent Install Key file (e.g. cat input.rsp | base64 -w 0)
2626
installKeyFileContent:
2727
# -- Copy the downloaded Management Agent Install Key file under root helm directory as resources/input.rsp
2828
installKey: resources/input.rsp

charts/oci-onm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Helm chart for collecting Kubernetes logs & objects and metrics using Fluentd an
3737
| oci-onm-mgmt-agent.mgmtagent.image.secret | string | `nil` | |
3838
| oci-onm-mgmt-agent.mgmtagent.image.url | string | `"container-registry.oracle.com/oci_observability_management/oci-management-agent:1.3.0"` | |
3939
| 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 |
40-
| 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 |
40+
| 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 |
4141
| oci-onm-mgmt-agent.namespace | string | `"{{ .Values.global.namespace }}"` | |
4242
| oci-onm-mgmt-agent.oci-onm-common.enabled | bool | `false` | |
4343
| oci-onm-mgmt-agent.serviceAccount | string | `"{{ .Values.global.resourceNamePrefix }}"` | |

charts/oci-onm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ oci-onm-mgmt-agent:
4747
kubernetesCluster:
4848
name: "{{ .Values.global.kubernetesClusterName }}"
4949
mgmtagent:
50-
# Provide the base64 encoded content of the Management Agent Install Key file (e.g. `cat input.rsp | base64 -w 0`)
50+
# Provide the base64 encoded content of the Management Agent Install Key file (e.g. cat input.rsp | base64 -w 0)
5151
installKeyFileContent:
5252
# Follow steps documented at https://github.com/oracle/docker-images/tree/main/OracleManagementAgent to build docker image.
5353
image:

0 commit comments

Comments
 (0)