You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: cosmo.cosmo-workspace.github.io/v1alpha1kind: Templatemetadata:
labels:
cosmo/type: workspacename: vscodespec:
requiredVars:
- var: hoo.bardefault: VAR_VALUEhelm:
chart:
# select one of the options below# option1: chart file urlurl: http://s3.amazonaws.com/xxx/xxx/xxx/cosmo-vscode-vX.X.X.tgz# option2: chart file in config mapconfigMap:
name: chartsnamespace: defaultfile: cosmo-vscode-vX.X.X.tgz# option3: set repo and search chartsrepo:
url: http://charts.cosmo-workspace.github.iochart: cosmo/vscodeversion: vX.X.Xvalues: # can be empty# option1: raw values.yamlraw: | this: is: raw: values.yaml# option2: configMapconfigMap:
name: chartsnamespace: defaultfile: default.values.yaml# Template should exclude cluster scope resources such as PersistentVolume or ClusterRole# Deny applying when including the resources by defaultexcludeClusterScope: false # if true, exclude the resources and force apply
No change in Instance
apiVersion: cosmo.cosmo-workspace.github.io/v1alpha1kind: Instancemetadata:
name: my-workspacenamespace: cosmo-user-samplespec:
template:
name: vscodevars:
# var is passed to helm values by `helm upgrade --install --set hoo.var=VAR_VALUE`service.type: NodePorthoo.bar: hoobar
The text was updated successfully, but these errors were encountered:
Support helm chart in Template spec
No change in Instance
The text was updated successfully, but these errors were encountered: