github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/package-examples/cert-manager-basic/webhook/serviceaccount-cert-manager-webhook.yaml (about) 1 # Source: cert-manager/templates/webhook-serviceaccount.yaml 2 apiVersion: v1 3 kind: ServiceAccount 4 automountServiceAccountToken: true 5 metadata: 6 name: cert-manager-webhook 7 namespace: "cert-manager" 8 labels: 9 app: webhook 10 app.kubernetes.io/name: webhook 11 app.kubernetes.io/instance: cert-manager 12 app.kubernetes.io/component: "webhook" 13 app.kubernetes.io/version: "v1.8.2" 14