Skip to content

Commit

Permalink
feat: load apps.yaml and provided it to otomi-api
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed Aug 23, 2022
1 parent 285c963 commit c8b02c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions values/otomi-api/otomi-api.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ core:
k8s: {{- toYaml $v.k8s | nindent 4 }}
adminApps: {{- toYaml $v.adminApps | nindent 4 }}
teamApps: {{- toYaml $v.teamApps | nindent 4 }}
{{ readFile "../../apps.yaml" | nindent 2}}

tools:
{{- tpl (readFile "../../helmfile.d/snippets/job.gotmpl") (dict "item" "core" "v" $v "skipScript" true) | nindent 2 }}
Expand Down

0 comments on commit c8b02c9

Please sign in to comment.