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
2 changes: 1 addition & 1 deletion chart/apl/templates/job.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- $kms := .Values.kms | default dict }}
{{- $imageName := .Values.imageName | default "linode/apl-core" }}
{{- $version := .Values.otomi.version | default .Chart.AppVersion }}
{{- $useORCS := .Values.otomi.useORCS | default "true"}}
{{- $useORCS := .Values.otomi.useORCS }}
apiVersion: batch/v1
kind: Job
metadata:
Expand Down
2 changes: 1 addition & 1 deletion chart/apl/templates/post-job.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- $kms := .Values.kms | default dict }}
{{- $imageName := .Values.imageName | default "linode/apl-core" }}
{{- $version := .Values.otomi.version | default .Chart.AppVersion }}
{{- $useORCS := .Values.otomi.useORCS | default "true"}}
{{- $useORCS := .Values.otomi.useORCS }}
apiVersion: batch/v1
kind: Job
metadata:
Expand Down
3 changes: 2 additions & 1 deletion chart/apl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ cluster: {}
##
# owner: ''

otomi: {}
otomi:
useORCS: true

## Set the admin password
## Will be automatically generated if not filled-in
Expand Down