Skip to content

Commit

Permalink
fix: example was wrong due to missing porting of NamespaceOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Aug 12, 2021
1 parent 7132f3a commit 89aaa7e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions config/samples/capsule_v1beta1_tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spec:
allowedRegex: ^\w+.gcr.io$
serviceOptions:
additionalMetadata:
additionalAnnotations:
annotations:
capsule.clastix.io/bgp: "true"
additionalLabels:
labels:
capsule.clastix.io/pool: gas
allowedServices:
nodePort: false
Expand Down Expand Up @@ -73,12 +73,13 @@ spec:
min:
storage: 1Gi
type: PersistentVolumeClaim
namespaceQuota: 3
namespacesMetadata:
additionalAnnotations:
capsule.clastix.io/backup: "false"
additionalLabels:
capsule.clastix.io/tenant: gas
namespaceOptions:
quota: 3
additionalMetadata:
annotations:
capsule.clastix.io/backup: "false"
labels:
capsule.clastix.io/tenant: gas
networkPolicies:
items:
-
Expand Down

0 comments on commit 89aaa7e

Please sign in to comment.