Skip to content

Commit

Permalink
changing the "Application.spec.source.directory.exclude" to not be an…
Browse files Browse the repository at this point in the history
… array.
  • Loading branch information
EliseCastle23 committed Oct 30, 2023
1 parent 83be969 commit fbda2ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kube/services/node-monitors/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ spec:
targetRevision: master
path: kube/services/node-monitors/
directory:
exclude: ["application.yaml", "argo-node-age/"]
exclude:
- "application.yaml"
- "argo-node-age"
syncPolicy:
automated:
prune: true
Expand Down

0 comments on commit fbda2ad

Please sign in to comment.