Skip to content

Commit

Permalink
add workspace for vault.FillID
Browse files Browse the repository at this point in the history
  • Loading branch information
randmonkey committed Jan 9, 2024
1 parent 25e0d2b commit 4b9d152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dataplane/kongstate/kongstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ func (ks *KongState) FillIDs(logger logr.Logger, workspace string) {
}

for valutIndex, vault := range ks.Vaults {
if err := vault.FillID(); err != nil {
if err := vault.FillID(workspace); err != nil {
logger.Error(err, "Failed to fill ID for vault", "vault_name", vault.FriendlyName())
} else {
ks.Vaults[valutIndex] = vault
Expand Down

0 comments on commit 4b9d152

Please sign in to comment.