18 lines
446 B
YAML
18 lines
446 B
YAML
---
|
|
# Source: ghost/charts/mysql/templates/serviceaccount.yaml
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: ghost-mysql
|
|
namespace: "default"
|
|
labels:
|
|
app.kubernetes.io/instance: ghost
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/name: mysql
|
|
app.kubernetes.io/version: 8.4.5
|
|
helm.sh/chart: mysql-12.3.4
|
|
app.kubernetes.io/part-of: mysql
|
|
automountServiceAccountToken: false
|
|
secrets:
|
|
- name: ghost-mysql
|