initial commit
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
Change-Id: I084fc528d931f9169bcb2a11932b2d5ddd4f29b5
This commit is contained in:
19
examples/public-hosted-ingress/rendered/grafana/secret.yaml
Normal file
19
examples/public-hosted-ingress/rendered/grafana/secret.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# Source: opentelemetry-demo/charts/grafana/templates/secret.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: grafana
|
||||
namespace: default
|
||||
labels:
|
||||
helm.sh/chart: grafana-12.3.0
|
||||
app.kubernetes.io/name: grafana
|
||||
app.kubernetes.io/instance: example
|
||||
app.kubernetes.io/version: "13.0.1"
|
||||
app.kubernetes.io/component: admin-secret
|
||||
type: Opaque
|
||||
data:
|
||||
|
||||
admin-user: "YWRtaW4="
|
||||
admin-password: "YWRtaW4="
|
||||
ldap-toml: ""
|
||||
Reference in New Issue
Block a user