mirror of https://git.rancher.io/charts
12 lines
324 B
YAML
12 lines
324 B
YAML
{{ if and .Values.channel .Values.channel.repository .Values.channel.tag }}
|
|
apiVersion: elemental.cattle.io/v1beta1
|
|
kind: ManagedOSVersionChannel
|
|
metadata:
|
|
name: elemental-os-channel
|
|
namespace: fleet-default
|
|
spec:
|
|
options:
|
|
image: {{ .Values.channel.repository }}:{{ .Values.channel.tag }}
|
|
type: custom
|
|
{{ end }}
|