Skip to content

Commit 2fbb391

Browse files
committed
1.3.1 comes with the v1alpha1 of the GoogleCASIssuer API
Signed-off-by: Maël Valais <mael@vls.dev>
1 parent 015ac0c commit 2fbb391

File tree

2 files changed

+2
-114
lines changed

2 files changed

+2
-114
lines changed

smoke-test.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ Delete the self-signed Issuer and the Certificate:
5959
Create a GoogleCASIssuer and a Certificate:
6060

6161
$ kubectl apply -n ${NAMESPACE} -f - <<EOF
62-
> apiVersion: cas-issuer.jetstack.io/v1beta1
62+
> apiVersion: cas-issuer.jetstack.io/v1alpha1
6363
> kind: GoogleCASIssuer
6464
> metadata:
6565
> name: googlecas-issuer
6666
> spec:
6767
> project: "todo"
6868
> location: "todo"
69-
> caPoolId: "todo"
69+
> certificateAuthorityID: "todo"
7070
> ---
7171
> apiVersion: cert-manager.io/v1
7272
> kind: Certificate

smoke-test.yaml

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)