Skip to content

Commit

Permalink
chore(scripts): dumb typo, I don't know how to use a keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Dec 19, 2024
1 parent 42923b6 commit 63b39a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kotsadm/objects/kotsadm_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func KotsadmDeployment(deployOptions types.DeployOptions) (*appsv1.Deployment, e
},
},
{
Name: "POSTGRES_S/CHEMA_DIR", // this is needed for the migration
Name: "POSTGRES_SCHEMA_DIR", // this is needed for the migration
Value: "/scripts/postgres/tables",
},
{
Expand Down

0 comments on commit 63b39a3

Please sign in to comment.