initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m3s

Change-Id: I3194558e1a840334641aff81960492489f171232
This commit is contained in:
Scaffolder
2026-07-08 09:13:14 +00:00
commit abffd7aeb7
209 changed files with 105507 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
# Source: opentelemetry-demo/charts/prometheus/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/component: server
app.kubernetes.io/name: prometheus
app.kubernetes.io/instance: example
app.kubernetes.io/version: v3.11.3
helm.sh/chart: prometheus-29.6.0
app.kubernetes.io/part-of: prometheus
name: prometheus
namespace: default
annotations:
{}