diff --git a/src/content/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator.mdx b/src/content/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator.mdx index f3152d6236f..1205531b4ab 100644 --- a/src/content/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator.mdx +++ b/src/content/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator.mdx @@ -82,7 +82,8 @@ A Kubernetes secret will automatically be replicated from the operator's namespa * [.NET](https://hub.docker.com/repository/docker/newrelic/newrelic-dotnet-init/general) * [Ruby](https://hub.docker.com/repository/docker/newrelic/newrelic-ruby-init/general) -For .NET +For .NET: + ```yaml apiVersion: newrelic.com/v1alpha2 kind: Instrumentation @@ -94,7 +95,7 @@ spec: image: newrelic/newrelic-dotnet-init:latest # env: ... ``` -For Java +For Java: ```yaml apiVersion: newrelic.com/v1alpha2 @@ -109,7 +110,7 @@ spec: # env: ... ``` -For NodeJS +For Node.js: ```yaml apiVersion: newrelic.com/v1alpha2 @@ -124,7 +125,7 @@ spec: # env: ... ``` -For Python +For Python: ```yaml apiVersion: newrelic.com/v1alpha2 @@ -139,7 +140,7 @@ spec: # env: ... ``` -For Ruby +For Ruby: ```yaml apiVersion: newrelic.com/v1alpha2 @@ -154,7 +155,7 @@ spec: # env: ... ``` -For environment specific configurations +For environment specific configurations: ```yaml apiVersion: newrelic.com/v1alpha2 @@ -178,7 +179,7 @@ spec: value: "$(NEW_RELIC_LABELS)-$(NEW_RELIC_POD_NAME)" ``` -Targeting everything in a specific namespace with a label +Targeting everything in a specific namespace with a label: ```yaml apiVersion: newrelic.com/v1alpha2 @@ -195,7 +196,7 @@ spec: values: ["java"] ``` -Targeting a pod with a specific label +Targeting a pod with a specific label: ```yaml apiVersion: newrelic.com/v1alpha2 @@ -212,7 +213,7 @@ spec: values: ["dotnet"] ``` -Using a secret with a non-default name +Using a secret with a non-default name: ```yaml apiVersion: newrelic.com/v1alpha2