Skip to content

Commit

Permalink
cloudcasa release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishdsharma committed Jun 24, 2021
1 parent f90b17e commit f28663a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v1.0/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categories:
- Application
questions:
- variable: cluster_id
default: "default"
default: ""
description: "CloudCasa Cluster ID"
type: string
required: true
Expand Down
2 changes: 1 addition & 1 deletion v2.0/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categories:
- Application
questions:
- variable: cluster_id
default: "default"
default: ""
description: "CloudCasa Cluster ID"
type: string
required: true
Expand Down
4 changes: 2 additions & 2 deletions v2.0/templates/cluster-register.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ items:
- name: KUBEMOVER_IMAGE
value: {{ .Values.kagent_image.repository }}:{{ .Values.kagent_image.tag }}
- name: DEPLOYMENT_PLATFORM
value: "yaml"
value: {{ .Values.deployment_platform }}
volumeMounts:
- mountPath: /credentials
name: cloud-credentials
Expand Down Expand Up @@ -3064,4 +3064,4 @@ items:
conditions: []
storedVersions: []
{{- end }}
---
---
3 changes: 3 additions & 0 deletions v2.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
## Required namespace
namespace: cloudcasa-io

## Required deployment_platform
deployment_platform: yaml

## Velero csi plugin image
## ref: https://hub.docker.com/r/velero/velero-plugin-for-csi/tags/
velero_csi_plugin_image:
Expand Down

0 comments on commit f28663a

Please sign in to comment.