Skip to content

Commit

Permalink
Adding StorageClassesSpec and IngressClassesSpec to Tenant example (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion authored Sep 16, 2020
1 parent c75f773 commit aee6e72
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/samples/capsule_v1alpha1_tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ metadata:
name: oil
spec:
ingressClasses:
- default
allowed:
- default
allowedRegex: ""
limitRanges:
-
limits:
Expand Down Expand Up @@ -67,8 +69,8 @@ spec:
nodeSelector:
kubernetes.io/os: linux
owner:
name: alice
kind: User
name: alice
resourceQuotas:
-
hard:
Expand All @@ -85,4 +87,6 @@ spec:
hard:
requests.storage: 100Gi
storageClasses:
- standard
allowed:
- default
allowedRegex: ""

0 comments on commit aee6e72

Please sign in to comment.