Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ test/e2e/data/infrastructure-oci/v1beta*/cluster-template*.yaml


# tilt
tilt-settings.json
tilt-settings.json


# git worktrees
worktrees/
1 change: 1 addition & 0 deletions cloud/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (m *mockInstancePrincipalConfigurationProvider) Key() (string, error) {
return "mock-key", nil
}

// nolint:nilnil
func (m *mockInstancePrincipalConfigurationProvider) PrivateRSAKey() (*rsa.PrivateKey, error) {
return nil, nil // Mock implementation
}
Expand Down