Files
bakery-ia/infrastructure/kubernetes/base/components/cert-manager/cert-manager.yaml

14 lines
446 B
YAML
Raw Normal View History

2025-09-28 13:54:28 +02:00
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