Update from upstream
This commit is contained in:
parent
ac6e1dd571
commit
098eec3437
54 changed files with 17153 additions and 2 deletions
14
templates/1.4/cert-manager-webhook-ServiceAccount.yaml
Normal file
14
templates/1.4/cert-manager-webhook-ServiceAccount.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Source: cert-manager/templates/webhook-serviceaccount.yaml
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
automountServiceAccountToken: true
|
||||
metadata:
|
||||
name: cert-manager-webhook
|
||||
namespace: "cert-manager"
|
||||
labels:
|
||||
app: webhook
|
||||
app.kubernetes.io/name: webhook
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/component: "webhook"
|
||||
helm.sh/chart: cert-manager-v1.4.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue