fix(setup): execute s54 (#9849)

# Which Problems Are Solved

Step 54 was not executed during setup.

# How the Problems Are Solved

Added the step to setup jobs

# Additional Changes

none

# Additional Context

- the step was added in https://github.com/zitadel/zitadel/pull/9837
- thanks to @zhirschtritt for raising this.
This commit is contained in:
Silvan
2025-05-06 08:15:45 +02:00
committed by GitHub
parent b1e60e7398
commit a626678004
2 changed files with 3 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ type Steps struct {
s51IDPTemplate6RootCA *IDPTemplate6RootCA
s52IDPTemplate6LDAP2 *IDPTemplate6LDAP2
s53InitPermittedOrgsFunction *InitPermittedOrgsFunction53
s54InstancePositionIndex *InstancePositionIndex
}
func MustNewSteps(v *viper.Viper) *Steps {