File tree 8 files changed +11
-5
lines changed
8 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ jobs:
260
260
tag=${ref##*/}
261
261
sed --in-place "s/APP_VERSION_PLACEHOLDER/$tag/g" chart/apl/Chart.yaml
262
262
sed --in-place "s/CONTEXT_PLACEHOLDER/${{ env.LINODE_CLUSTER_CONTEXT }}/g" tests/integration/${{ inputs.install_profile }}.yaml
263
+ sed --in-place "s/CLUSTER_NAME_PLACEHOLDER/aplinstall${{ env.LINODE_CLUSTER_ID }}/g" tests/integration/${{ inputs.install_profile }}.yaml
263
264
sed --in-place "s/OTOMI_VERSION_PLACEHOLDER/${GITHUB_REF##*/}/g" tests/integration/${{ inputs.install_profile }}.yaml
264
265
touch values-container-registry.yaml
265
266
Original file line number Diff line number Diff line change 1
1
# Minimal values file with defaults
2
2
cluster :
3
+ name : CLUSTER_NAME_PLACEHOLDER
3
4
k8sContext : CONTEXT_PLACEHOLDER
4
5
domainSuffix : local.host
5
6
otomi :
Original file line number Diff line number Diff line change 1
1
# All apps enabled
2
2
cluster :
3
- name : ' dev '
3
+ name : CLUSTER_NAME_PLACEHOLDER
4
4
k8sContext : CONTEXT_PLACEHOLDER
5
5
otomi :
6
6
isMultitenant : true
Original file line number Diff line number Diff line change 1
1
# Minimal values file with defaults
2
2
cluster :
3
- name : ' dev '
3
+ name : CLUSTER_NAME_PLACEHOLDER
4
4
k8sContext : CONTEXT_PLACEHOLDER
5
5
otomi :
6
6
version : ' OTOMI_VERSION_PLACEHOLDER'
Original file line number Diff line number Diff line change 1
1
# Minimal values file with defaults
2
2
cluster :
3
- name : ' dev '
3
+ name : CLUSTER_NAME_PLACEHOLDER
4
4
k8sContext : CONTEXT_PLACEHOLDER
5
5
otomi :
6
6
version : ' OTOMI_VERSION_PLACEHOLDER'
Original file line number Diff line number Diff line change 1
1
# Minimal values file with defaults
2
2
cluster :
3
- name : ' dev '
3
+ name : CLUSTER_NAME_PLACEHOLDER
4
4
k8sContext : CONTEXT_PLACEHOLDER
5
5
otomi :
6
6
version : ' OTOMI_VERSION_PLACEHOLDER'
Original file line number Diff line number Diff line change 1
1
# Minimal values file with defaults
2
2
cluster :
3
- name : ' dev '
3
+ name : CLUSTER_NAME_PLACEHOLDER
4
4
k8sContext : CONTEXT_PLACEHOLDER
5
5
otomi :
6
6
version : v0.26.0
Original file line number Diff line number Diff line change @@ -3157,6 +3157,10 @@ properties:
3157
3157
3158
3158
obj :
3159
3159
properties :
3160
+ showWizard :
3161
+ type : boolean
3162
+ default : true
3163
+ description : Show the Object Storage wizard.
3160
3164
provider :
3161
3165
properties :
3162
3166
linode :
You can’t perform that action at this time.
0 commit comments