Skip to content

Commit

Permalink
Make PostgreSQL PVC storage requirements immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Nov 14, 2023
1 parent e6b1108 commit b66d639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/crd/bases/awx.ansible.com_awxs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1680,13 +1680,17 @@ spec:
properties:
storage:
type: string
default: 8Gi
type: object
limits:
properties:
storage:
type: string
type: object
type: object
x-kubernetes-validations:
- rule: "self == oldSelf"
message: "The name field is immutable and cannot be changed once set."
postgres_resource_requirements:
description: Resource requirements for the PostgreSQL container
properties:
Expand Down

0 comments on commit b66d639

Please sign in to comment.