mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
helm: revert parts of CoreDNS Helm chart packaging (#3366)
* Revert "helm: fix kubeadm bugs caused by CoreDNS installation (#3353)" This reverts commit8ef5ea2efe
. * Revert "helm: manage CoreDNS addon as Helm chart (#3236)" This reverts commit97c77e2a78
. * upgrade-agent: ignore CoreDNS preflight errors
This commit is contained in:
parent
89eb8ca6ae
commit
850b460002
28 changed files with 69 additions and 750 deletions
|
@ -282,10 +282,6 @@ func (s stubHelmApplier) AnnotateCoreDNSResources(_ context.Context) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (s stubHelmApplier) CleanupCoreDNSResources(_ 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