14 lines
446 B
YAML
14 lines
446 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Namespace
|
||
|
|
metadata:
|
||
|
|
name: cert-manager
|
||
|
|
---
|
||
|
|
apiVersion: v1
|
||
|
|
kind: ServiceAccount
|
||
|
|
metadata:
|
||
|
|
name: cert-manager-webhook
|
||
|
|
namespace: cert-manager
|
||
|
|
---
|
||
|
|
# Cert-manager installation using Helm repository
|
||
|
|
# This will be installed via kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.yaml
|
||
|
|
# The actual installation will be done via command line, this file documents the resources
|