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 1ec9936 commit 06330cfCopy full SHA for 06330cf
config/samples/capsule_v1beta1_tenant.yaml
@@ -18,9 +18,9 @@ spec:
18
allowedRegex: ^\w+.gcr.io$
19
serviceOptions:
20
additionalMetadata:
21
- additionalAnnotations:
+ annotations:
22
capsule.clastix.io/bgp: "true"
23
- additionalLabels:
+ labels:
24
capsule.clastix.io/pool: gas
25
allowedServices:
26
nodePort: false
@@ -73,12 +73,13 @@ spec:
73
min:
74
storage: 1Gi
75
type: PersistentVolumeClaim
76
- namespaceQuota: 3
77
- namespacesMetadata:
78
79
- capsule.clastix.io/backup: "false"
80
81
- capsule.clastix.io/tenant: gas
+ namespaceOptions:
+ quota: 3
+ additionalMetadata:
+ capsule.clastix.io/backup: "false"
82
+ capsule.clastix.io/tenant: gas
83
networkPolicies:
84
items:
85
-
0 commit comments