fix: adjust codegen module name

Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
This commit is contained in:
Benjamin Ritter 2026-08-03 11:52:37 +02:00 committed by Benjamin Ritter
parent 5c0c826751
commit 83680cfc76
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set -o nounset
set -o pipefail
SRC="github.com"
GOPKG="$SRC/zalando/postgres-operator"
GOPKG="$SRC/zalando/postgres-operator/v2"
CUSTOM_RESOURCE_NAME_ZAL="zalando.org"
CUSTOM_RESOURCE_NAME_ACID="acid.zalan.do"
CUSTOM_RESOURCE_VERSION="v1"