github.com/GoogleContainerTools/kpt@v1.0.0-beta.50.0.20240520170205-c25345ffcbee/package-examples/ghost/mariadb/serviceaccount-mariadb.yaml (about) 1 # Source: ghost/charts/mariadb/templates/serviceaccount.yaml 2 apiVersion: v1 3 kind: ServiceAccount 4 metadata: 5 name: mariadb 6 namespace: example 7 labels: 8 app.kubernetes.io/name: mariadb 9 automountServiceAccountToken: false