Squashed 'cluster-config/' content from commit 654f2390
git-subtree-dir: cluster-config git-subtree-split: 654f23903bd1f9a27a4810bd289d165b6cfdbb0c
This commit is contained in:
14
components/certificates/base/apiserver.yaml
Normal file
14
components/certificates/base/apiserver.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: config.openshift.io/v1
|
||||
kind: APIServer
|
||||
metadata:
|
||||
name: cluster
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
argocd.argoproj.io/sync-options: Validate=false,ServerSideApply=true
|
||||
spec:
|
||||
servingCerts:
|
||||
namedCertificates:
|
||||
- names:
|
||||
- api.${BASE_DOMAIN}
|
||||
servingCertificate:
|
||||
name: openshift-api-certificate
|
||||
Reference in New Issue
Block a user