github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/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