File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ environments:
76
76
default:
77
77
values:
78
78
- _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 }}
80
80
caCert: |
81
81
{{- if eq $issuer "letsencrypt" }}
82
82
-----BEGIN CERTIFICATE-----
@@ -259,6 +259,6 @@ environments:
259
259
{{- end }}
260
260
otomi:
261
261
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 }}
263
263
versions: {{- $versions | toYaml | nindent 10 }}
264
264
- ../core.yaml
You can’t perform that action at this time.
0 commit comments