Skip to content

Commit

Permalink
feat(pyrra-service-levels): notes (#913)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Oct 18, 2024
1 parent db6715f commit 4c607d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/pyrra-service-levels/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: pyrra-service-levels
description: A Helm chart for Service Level Objective by Pyrra
type: application
version: 0.1.0
version: 1.0.0
appVersion: "1.0.0"
keywords:
- service-levels
Expand Down Expand Up @@ -34,4 +34,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: New chart
description: Notes to retrieve SLO
2 changes: 1 addition & 1 deletion charts/pyrra-service-levels/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Get the SLO running these commands:
kubectl --namespace {{ .Release.Namespace }} get servicelevelobjective -l app.kubernetes.io/name={{ include "slo.name" . }}
kubectl --namespace {{ .Release.Namespace }} get servicelevelobjective -l app.kubernetes.io/name={{ include "pyrraServiceLevels.name" . }}

0 comments on commit 4c607d0

Please sign in to comment.