15 lines
309 B
YAML
15 lines
309 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: openshift-api
|
|
namespace: openshift-config
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: '0'
|
|
spec:
|
|
secretName: openshift-api-certificate
|
|
issuerRef:
|
|
name: letsencrypt-prod
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- api.${BASE_DOMAIN}
|