Skip to content

Commit

Permalink
Merge pull request #7 from unikorn-cloud/shared_flags
Browse files Browse the repository at this point in the history
Add Common Flags
  • Loading branch information
spjmurray authored Oct 3, 2024
2 parents db044b7 + 5398d34 commit 6558205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/unikorn-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Unikorn common templates to keep dependent charts in check.

type: application

version: v0.1.11
version: v0.1.12

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
4 changes: 4 additions & 0 deletions charts/unikorn-common/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ are predictable, and less likely to break.
Unified service flags.
As all components use the same client libraries, they have the same flags.
*/}}
{{- define "unikorn.core.flags" -}}
- --namespace {{ .Release.Namespace }}
{{- end }}
{{- define "unikorn.identity.flags" -}}
- --identity-host=https://{{ include "unikorn.identity.host" . }}
{{- with $namespace := ( include "unikorn.ca.secretNamespace" . ) }}
Expand Down

0 comments on commit 6558205

Please sign in to comment.