Skip to content

Commit

Permalink
Add Prom ServiceMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
supercairos committed Nov 28, 2023
1 parent fb247a7 commit 6f1e702
Show file tree
Hide file tree
Showing 2 changed files with 757 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hacks/helm-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cd "$( dirname "${BASH_SOURCE[0]}" )/.."
schema_url="https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/"
k8s_version="1.27.2"

helm kubeconform "./helm/charts/${1}" --strict --schema-location "${schema_url}" -f "hacks/values/${1}.yaml" --kubernetes-version "${k8s_version}" --summary --verbose
helm kubeconform "./helm/charts/${1}" --strict --schema-location "${schema_url}" --schema-location ./hacks/servicemonitor_v1.json -f "hacks/values/${1}.yaml" --kubernetes-version "${k8s_version}" --summary --verbose
Loading

0 comments on commit 6f1e702

Please sign in to comment.