clank-postgres/postgres-operator-examples-main/kustomize/certmanager/certman/ca-cert.yaml

17 lines
336 B
YAML
Raw Normal View History

2023-04-06 02:21:56 +02:00
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: selfsigned-ca
namespace: cert-manager
spec:
isCA: true
commonName: postgres-operator
secretName: root-secret
privateKey:
algorithm: ECDSA
size: 256
issuerRef:
name: selfsigned-cluster-issuer
kind: ClusterIssuer
group: cert-manager.io