added repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{{- if .Values.grafana.apiKey }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "grafana-mcp.fullname" . }}
|
||||
namespace: {{ include "grafana-mcp.namespace" . }}
|
||||
labels:
|
||||
{{- include "grafana-mcp.labels" . | nindent 4 }}
|
||||
{{- with .Values.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
type: Opaque
|
||||
data:
|
||||
api-key: {{ .Values.grafana.apiKey | toString | b64enc }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user