Skip to content

Commit

Permalink
feat: add DOKS variant for Digital Ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Jun 29, 2023
1 parent fcb8b9b commit 7c598c7
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish-tag-projections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
with:
holobranch: k8s-blueprint-lke
commit-to: k8s/blueprint/lke
commit-to: k8s/blueprint/aks

- name: 'Update holobranch: k8s/blueprint/doks'
uses: JarvusInnovations/hologit@actions/projector/v1
with:
holobranch: k8s-blueprint-doks
commit-to: k8s/blueprint/doks

- name: 'Update holobranch: k8s/manifests/common'
uses: JarvusInnovations/hologit@actions/projector/v1
Expand All @@ -49,3 +56,10 @@ jobs:
with:
holobranch: k8s-manifests-lke
commit-to: k8s/manifests/lke
commit-to: k8s/manifests/aks

- name: 'Update holobranch: k8s/manifests/doks'
uses: JarvusInnovations/hologit@actions/projector/v1
with:
holobranch: k8s-manifests-doks
commit-to: k8s/manifests/doks
4 changes: 4 additions & 0 deletions .holo/branches/k8s-blueprint-doks/_common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[holomapping]
before = "*"
holosource = "jarvus-cluster-template=>k8s-blueprint"
files = "**"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[holomapping]
root = "k8s-doks"
files = "**"
3 changes: 3 additions & 0 deletions .holo/branches/k8s-blueprint-doks/metrics-server.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[holomapping]
root = "manifests"
files = "**"
3 changes: 3 additions & 0 deletions .holo/branches/k8s-manifests-doks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[holobranch]
extend = "k8s-blueprint-doks"
lens = true
12 changes: 12 additions & 0 deletions k8s-doks/.holo/lenses/metrics-server.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[hololens]
package = "holo/lens-kustomize/1.0"

[hololens.kustomize]
directory = "release"

[hololens.input]
root = "metrics-server"
files = "**"

[hololens.output]
merge = "replace"

0 comments on commit 7c598c7

Please sign in to comment.