We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015ac0c commit 2fbb391Copy full SHA for 2fbb391
smoke-test.t
@@ -59,14 +59,14 @@ Delete the self-signed Issuer and the Certificate:
59
Create a GoogleCASIssuer and a Certificate:
60
61
$ kubectl apply -n ${NAMESPACE} -f - <<EOF
62
- > apiVersion: cas-issuer.jetstack.io/v1beta1
+ > apiVersion: cas-issuer.jetstack.io/v1alpha1
63
> kind: GoogleCASIssuer
64
> metadata:
65
> name: googlecas-issuer
66
> spec:
67
> project: "todo"
68
> location: "todo"
69
- > caPoolId: "todo"
+ > certificateAuthorityID: "todo"
70
> ---
71
> apiVersion: cert-manager.io/v1
72
> kind: Certificate
smoke-test.yaml
0 commit comments