Skip to content

Commit

Permalink
make databaseNamingStrategy an immutable field
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss authored Jul 31, 2023
1 parent 4a32d34 commit 7e92a68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ defmodule Kompost.Kompo.Postgres.Webhooks.AdmissionControlHandler do
|> check_immutable(["spec", "params", "lc_ctype"])
|> check_immutable(["spec", "params", "connection_limit"])
|> check_immutable(["spec", "params", "is_template"])
|> check_immutable(["spec", "databaseNamingStrategy"])
end

validate "kompost.chuge.li/v1alpha1/postgresclusterinstances", conn do
Expand Down

0 comments on commit 7e92a68

Please sign in to comment.