Skip to content
Merged
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
4 changes: 2 additions & 2 deletions charts/argocd-understack/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ Examples:
deploy_path_prefix: "us/east" -> "us/east/uc-iad3-prod"

Usage in valueFiles:
- $deploy/{{ include "understack.deploy_path" $ }}/manifests/dex/values.yaml
- $deploy/{{ include "understack.deploy_path" $ }}/dex/values.yaml

Usage in source path:
path: {{ include "understack.deploy_path" $ }}/manifests/dex
path: {{ include "understack.deploy_path" $ }}/dex
*/}}
{{- define "understack.deploy_path" -}}
{{- if .Values.deploy_path_prefix -}}
Expand Down
4 changes: 2 additions & 2 deletions charts/argocd-understack/templates/application-monitoring.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ spec:
releaseName: kube-prometheus-stack
valueFiles:
- $understack/operators/monitoring/values.yaml
- $deploy/{{ include "understack.deploy_path" $ }}/manifests/monitoring/values.yaml
- $deploy/{{ include "understack.deploy_path" $ }}/monitoring/values.yaml
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 79.5.0
- path: operators/monitoring
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
targetRevision: {{ include "understack.understack_ref" $ }}
- path: {{ include "understack.deploy_path" $ }}/manifests/monitoring
- path: {{ include "understack.deploy_path" $ }}/monitoring
ref: deploy
repoURL: {{ include "understack.deploy_url" $ }}
targetRevision: {{ include "understack.deploy_ref" $ }}
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-understack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deploy_ref: HEAD

# -- Optional prefix for the deployment repository path. When set, the path
# becomes "<prefix>/<Release.Name>" instead of just "<Release.Name>".
# Example: "sites" would result in "sites/uc-iad3-prod/manifests/..."
# Example: "sites" would result in "sites/uc-iad3-prod/..."
# @default -- "" (no prefix, just Release.Name)
deploy_path_prefix:

Expand Down
Loading