rename api cert
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: okd-api
|
name: ocp-api
|
||||||
namespace: openshift-config
|
namespace: openshift-config
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: letsencrypt-prod
|
name: letsencrypt-prod
|
||||||
secretName: okd-api
|
secretName: ocp-api
|
||||||
---
|
---
|
||||||
apiVersion: config.openshift.io/v1
|
apiVersion: config.openshift.io/v1
|
||||||
kind: APIServer
|
kind: APIServer
|
||||||
@@ -26,5 +26,5 @@ spec:
|
|||||||
- names:
|
- names:
|
||||||
- api.{{ .Values.cluster_name }}.{{ .Values.base_domain }}
|
- api.{{ .Values.cluster_name }}.{{ .Values.base_domain }}
|
||||||
servingCertificate:
|
servingCertificate:
|
||||||
name: okd-api
|
name: ocp-api
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user