Skip to content

Commit

Permalink
remove extra indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
indexjoseph committed Jun 27, 2024
1 parent 62fbb58 commit 8e6b59e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions install/helm/agones/templates/crds/_fleetautoscalerpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,33 +114,33 @@ policy:
- type: string
{{- if .includeChainPolicy }}
chain:
type: array
type: array
nullable: true
items:
type: object
nullable: true
items:
type: object
nullable: true
required:
- policy
properties:
uid: # The uid of a chain entry.
type: string
schedule: # Defines when the policy is applied.
type: object
properties:
timezone: # Timezone to be used for the between period and active period.
required:
- policy
properties:
uid: # The uid of a chain entry.
type: string
schedule: # Defines when the policy is applied.
type: object
properties:
timezone: # Timezone to be used for the between period and active period.
type: string
between:
type: object
start: # Defines when to start evaluating the active period.
type: string
end: # Defines when to stop evaluating the active period.
type: string
activePeriod:
type: object
startCron: # Cron expression defining when to start applying the policy.
type: string
duration: # The length of time the policy should be applied for.
type: string
between:
type: object
start: # Defines when to start evaluating the active period.
type: string
end: # Defines when to stop evaluating the active period.
type: string
activePeriod:
type: object
startCron: # Cron expression defining when to start applying the policy.
type: string
duration: # The length of time the policy should be applied for.
type: string
{{- include "fleetautoscaler.policy" (dict "includeChainPolicy" false) | indent 12 }} # Defines which policy to apply during the active period. Required.
{{- end }}
{{- end }}

0 comments on commit 8e6b59e

Please sign in to comment.