Skip to content

Commit

Permalink
Merge pull request #763 from sttts/sttts-apibinding-demo
Browse files Browse the repository at this point in the history
apibinding demo
  • Loading branch information
sttts authored Apr 1, 2022
2 parents bec9897 + d8cf041 commit 58f6166
Show file tree
Hide file tree
Showing 14 changed files with 5,315 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/demo/ingress-script/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ spec:
- --validating-webhook-key=/usr/local/certificates/key
- --watch-ingress-without-class=true
- --report-node-internal-ip-address
- --enable-ssl-passthrough
securityContext:
capabilities:
drop:
Expand Down
3 changes: 3 additions & 0 deletions contrib/demo/prototype3-script/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ca.crt
ca.key
cm.kubeconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: apis.kcp.dev/v1alpha1
kind: APIBinding
metadata:
name: cert-manager
spec:
reference:
workspace:
name: cert-manager-service
exportName: cert-manager-stable
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
apiVersion: apis.kcp.dev/v1alpha1
kind: APIExport
metadata:
name: cert-manager-stable
spec:
latestResourceSchemas:
- today.certificaterequests.cert-manager.io
- today.certificates.cert-manager.io
- today.challenges.acme.cert-manager.io
- today.clusterissuers.cert-manager.io
- today.issuers.cert-manager.io
- today.orders.acme.cert-manager.io
Loading

0 comments on commit 58f6166

Please sign in to comment.