Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There was a typo in the CRD for the ephemeral storage which was ephemeral_storage instead of ephemeral-storage #1476

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions config/crd/bases/awx.ansible.com_awxs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
limits:
Expand All @@ -1379,7 +1379,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
type: object
Expand All @@ -1394,7 +1394,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
limits:
Expand All @@ -1405,7 +1405,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
type: object
Expand All @@ -1420,7 +1420,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
limits:
Expand All @@ -1431,7 +1431,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
type: object
Expand Down Expand Up @@ -1468,7 +1468,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
limits:
Expand All @@ -1479,7 +1479,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
type: object
Expand All @@ -1494,7 +1494,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
limits:
Expand All @@ -1505,7 +1505,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
type: object
Expand All @@ -1520,7 +1520,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
limits:
Expand All @@ -1531,7 +1531,7 @@ spec:
type: string
storage:
type: string
ephemeral_storage:
ephemeral-storage:
type: string
type: object
type: object
Expand Down