acm/scaffold/webhook-cert-secret.yaml (9 lines of code) (raw):

apiVersion: v1 data: "tls.crt": "" "tls.key": "" kind: Secret metadata: name: multicluster-engine-operator-webhook namespace: '{{ .Release.Namespace }}' type: kubernetes.io/tls