From d173779fd102fb9ec85fee1735c0d2a49c951d4f Mon Sep 17 00:00:00 2001 From: Alex Ronquillo Date: Wed, 13 Oct 2021 10:48:49 -0400 Subject: [PATCH] fix: k8s operator is not official --- .../automate-workflows/get-started-kubernetes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx b/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx index a6122f4a8..635de5be4 100644 --- a/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx +++ b/src/markdown-pages/automate-workflows/get-started-kubernetes.mdx @@ -24,7 +24,7 @@ tags: [Kubernetes](https://kubernetes.io/) is an open-source system for automating deployment, scaling, and management of containerized applications. You can use it to provision all kinds of infrastructure and services, including New Relic entities. -In this guide you'll learn how to set up New Relic for the first time with the official [New Relic Kubernetes operator](https://github.com/newrelic/newrelic-kubernetes-operator). More specifically, you'll provision an alert policy with NRQL conditions in your New Relic account using Kubernetes. +In this guide you'll learn how to set up New Relic for the first time with the open source [New Relic Kubernetes operator](https://github.com/newrelic/newrelic-kubernetes-operator). More specifically, you'll provision an alert policy with NRQL conditions in your New Relic account using Kubernetes.