Skip to content

Commit

Permalink
Make manifests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed May 7, 2024
1 parent 5d848ec commit a129aba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/crds/firewall.metal-stack.io_firewalldeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ spec:
spec:
description: Spec contains the firewall deployment specification.
properties:
autoUpdate:
description: AutoUpdate defines the behavior for automatic updates.
properties:
machineImage:
description: |-
MachineImage auto updates the os image of the firewall within the maintenance time window
in case a newer version of the os is available.
type: boolean
required:
- machineImage
type: object
replicas:
description: |-
Replicas is the amount of firewall replicas targeted to be running.
Expand Down Expand Up @@ -258,6 +269,7 @@ spec:
type: object
type: object
required:
- autoUpdate
- template
type: object
status:
Expand Down

0 comments on commit a129aba

Please sign in to comment.