Fix ingress

This commit is contained in:
2021-11-30 12:09:07 +01:00
parent f095f39eaf
commit 069cddcdc0
3 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
package helm
type Ingress struct {
*K8sBase
Spec IngressSpec
*K8sBase `yaml:",inline"`
Spec IngressSpec
}
func NewIngress(name string) *Ingress {