Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzduchardt committed Dec 17, 2023
1 parent 1a277c4 commit b8fc55a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/myks/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ type Application struct {

e *Environment

useCache bool
yttDataFiles []string
yttPkgDirs []string
useCache bool
yttDataFiles []string
yttPkgDirs []string
includeNamespace bool
ArgoConfig *ArgoConfig
HelmConfig *HelmConfig
ArgoConfig *ArgoConfig
HelmConfig *HelmConfig
}

type HelmConfig struct {
Expand Down Expand Up @@ -102,8 +102,8 @@ func (a *Application) Init() error {
YttPkg struct {
Dirs []string `yaml:"dirs"`
} `yaml:"yttPkg"`
ArgoCD ArgoCD `yaml:"argocd"`
Sync struct {
ArgoConfig ArgoConfig `yaml:"argocd"`
Sync struct {
UseCache bool `yaml:"useCache"`
} `yaml:"sync"`
Render struct {
Expand Down

0 comments on commit b8fc55a

Please sign in to comment.