Skip to content

Commit

Permalink
Update pkgs/sops-install-secrets/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Dec 1, 2024
1 parent a86f043 commit ff68449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sops-install-secrets/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ func (app *appContext) validateManifest() error {
if len(m.Templates) > 0 {
placeholder, present := m.PlaceholderBySecretName[secret.Name]
if !present {
return fmt.Errorf("placeholder for %s not fount in manifest", secret.Name)
return fmt.Errorf("placeholder for %s not found in manifest", secret.Name)
}

app.secretByPlaceholder[placeholder] = secret
Expand Down

0 comments on commit ff68449

Please sign in to comment.