Bootstrap initial repo state
This commit is contained in:
parent
0ed92847f8
commit
ed68e97829
20 changed files with 437 additions and 0 deletions
6
helm/mcp-telemetry-bridge/templates/serviceaccount.yaml
Normal file
6
helm/mcp-telemetry-bridge/templates/serviceaccount.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{- if .Values.serviceAccount.create }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue