Fix apiVersion in certificate example (r8, dsr8)
- Fixed apiVersion to "cert-manager.io/v1" from "cert-manager.io/v1alpha3" Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com> Change-Id: I1bb7b6484f190cc65b02479dcf9cf23805b43df5
This commit is contained in:
		@@ -44,7 +44,7 @@ This example requires that:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    .. code-block:: none
 | 
					    .. code-block:: none
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        apiVersion: cert-manager.io/v1alpha3
 | 
					        apiVersion: cert-manager.io/v1
 | 
				
			||||||
        kind: ClusterIssuer
 | 
					        kind: ClusterIssuer
 | 
				
			||||||
        metadata:
 | 
					        metadata:
 | 
				
			||||||
          name: letsencrypt-prod
 | 
					          name: letsencrypt-prod
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user