Skip to content

Commit 44b5495

Browse files
committed
Merge remote-tracking branch 'origin/main' into ci-update-tempo-distributed-to-1.45.0
2 parents 3829057 + 3c3ac0f commit 44b5495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helmfile.d/snippets/derived.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ environments:
7676
default:
7777
values:
7878
- _derived: # < introduced to hold compound logic in meaningful prop names for easier consumption
79-
buildStorageClassName: {{ if eq $v.cluster.provider "linode" }}"linode-block-storage"{{ else }}""{{ end }}
79+
buildStorageClassName: {{ if eq $v.cluster.provider "linode" }}"linode-block-storage"{{ else }}""{{ end }}
8080
caCert: |
8181
{{- if eq $issuer "letsencrypt" }}
8282
-----BEGIN CERTIFICATE-----
@@ -259,6 +259,6 @@ environments:
259259
{{- end }}
260260
otomi:
261261
version: {{ $otomiTag }}
262-
linodeLkeImageRepository: {{ if $v.otomi.useORCS }}mirror.registry.linodelke.net{{ end }}
262+
linodeLkeImageRepository: {{ if and $v.otomi.useORCS (eq $provider "linode") }}mirror.registry.linodelke.net{{ end }}
263263
versions: {{- $versions | toYaml | nindent 10 }}
264264
- ../core.yaml

0 commit comments

Comments
 (0)