Skip to content

Commit

Permalink
fix(entrypoints) Override entrypoints to specify custom config path +…
Browse files Browse the repository at this point in the history
… deployment fixes

Signed-off-by: Jeremie Monsinjon <jeremie.monsinjon@corp.ovh.com>
  • Loading branch information
Jeremie Monsinjon committed Feb 3, 2020
1 parent 0920154 commit 5c43ecb
Show file tree
Hide file tree
Showing 17 changed files with 527 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ bin
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Kubernetes Generated files - skip generated files, except for vendored files

zz_generated.*
!vendor/**/zz_generated.*

# editor and IDE paraphernalia
.idea
*.swp
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ install-dependencies: helm
|| $(HELM) install clair-database stable/postgresql
$(HELM) get notes jobservice-broker \
|| $(HELM) install jobservice-broker stable/redis-ha
$(HELM) get notes clair-adapter-broker \
|| $(HELM) install clair-adapter-broker stable/redis-ha
$(HELM) get notes registry-cache \
|| $(HELM) install registry-cache stable/redis-ha
$(HELM) get notes nginx \
Expand Down

0 comments on commit 5c43ecb

Please sign in to comment.