Skip to content

Commit

Permalink
fix: correct label used for filtering in NOTES.txt (#27)
Browse files Browse the repository at this point in the history
* fix: correct label for filtering in NOTES.txt

* fix: correct label for filtering in NOTES.txt
  • Loading branch information
jinja2 authored Nov 6, 2024
1 parent c3a568d commit 5cd8ea8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/splunk-synthetics-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: splunk-synthetics-runner
description: Private location runners for Splunk Synthetic Monitoring
type: application
version: 0.0.7
version: 0.0.8
appVersion: "0.20.0"
keywords:
- Splunk
Expand Down
2 changes: 1 addition & 1 deletion charts/splunk-synthetics-runner/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Splunk Synthetic Monitoring - Kubernetes Private Locations

![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat-square)
![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat-square)

Helm chart to deploy [private location runners](https://docs.splunk.com/observability/en/synthetics/test-config/private-locations.html) for [Splunk Synthetic Monitoring](https://www.splunk.com/en_us/products/synthetic-monitoring.html).

Expand Down
4 changes: 2 additions & 2 deletions charts/splunk-synthetics-runner/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ If none of the below checks pass, we throw an error -

Check the status of Splunk Synthetic Private Location deployment by running this comamnd:

kubectl get deployments --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.fullname" . }},app.kubernetes.io/instance={{ .Release.Name }}"
kubectl get deployments --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"

List the Runner Pods with the following command:

kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.fullname" . }},app.kubernetes.io/instance={{ .Release.Name }}"
kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"

0 comments on commit 5cd8ea8

Please sign in to comment.