mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
cli: annotate CoreDNS resources for Helm (#3236)
This commit is contained in:
parent
b872fbdfe8
commit
807bbbfd16
8 changed files with 81 additions and 0 deletions
|
@ -278,6 +278,10 @@ type stubHelmApplier struct {
|
|||
err error
|
||||
}
|
||||
|
||||
func (s stubHelmApplier) AnnotateCoreDNSResources(_ context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s stubHelmApplier) PrepareHelmCharts(
|
||||
_ helm.Options, _ *state.State, _ string, _ uri.MasterSecret,
|
||||
) (helm.Applier, bool, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue