Skip to content

Commit

Permalink
chore: fix comments numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Sep 22, 2023
1 parent cb9a132 commit 127dd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/myks/plugin_argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ func (a *Application) renderArgoCD() (err error) {
if _, err := os.Stat(prototypeArgoCDDir); err == nil {
yttFiles = append(yttFiles, prototypeArgoCDDir)
}
// 3. Collection of environment argocd-specific data values and schemas, and overlays
// 4. Collection of environment argocd-specific data values and schemas, and overlays
yttFiles = append(yttFiles, a.e.collectBySubpath(filepath.Join("_env", a.e.g.ArgoCDDataDirName))...)
// 4. Collection of application argocd-specific data values and schemas, and overlays
// 5. Collection of application argocd-specific data values and schemas, and overlays
yttFiles = append(yttFiles, a.e.collectBySubpath(filepath.Join("_apps", a.Name, a.e.g.ArgoCDDataDirName))...)

res, err := a.yttS(
Expand Down

0 comments on commit 127dd3c

Please sign in to comment.