cli: annotate CoreDNS resources for Helm (#3236)

This commit is contained in:
Markus Rudy 2024-07-03 19:37:51 +02:00 committed by Markus Rudy
parent b872fbdfe8
commit 807bbbfd16
8 changed files with 81 additions and 0 deletions

View file

@ -375,6 +375,10 @@ type mockApplier struct {
mock.Mock
}
func (m *mockApplier) AnnotateCoreDNSResources(_ context.Context) error {
return nil
}
func (m *mockApplier) PrepareHelmCharts(
helmOpts helm.Options, stateFile *state.State, str string, masterSecret uri.MasterSecret,
) (helm.Applier, bool, error) {