Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .holo/branches/k8s-manifests/balancer/manifests.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[holomapping]
holosource = "balancer"
root = "deploy/manifests/balancer/base"
root = "deploy/manifests/balancer/overlays/sandbox"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TineoC this path doesn't exist on the develop branch in the balancer repo: https://github.com/CodeForPhilly/balancer-main/tree/develop/deploy/manifests/balancer/overlays

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVM just saw #507 over in the balancer repo

files = "**"
9 changes: 9 additions & 0 deletions .holo/lenses/balancer-cnpg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[hololens]
container = "ghcr.io/hologit/lenses/kustomize:latest"

[hololens.input]
root = "balancer/manifests/overlays/sandbox/cnpg"
files = "**"

[hololens.output]
merge = "replace"
2 changes: 1 addition & 1 deletion .holo/lenses/balancer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
container = "ghcr.io/hologit/lenses/kustomize:latest"

[hololens.input]
root = "balancer"
root = "balancer/manifests/overlays/sandbox"
files = "**"

[hololens.output]
Expand Down
2 changes: 1 addition & 1 deletion .holo/sources/balancer.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[holosource]
url = "https://github.com/CodeForPhilly/balancer-main.git"
ref = "refs/tags/v1.1.3"
ref = "refs/heads/develop"