rancher-charts/charts/elemental/103.1.0+up1.4.2/templates/channel.yaml

12 lines
311 B
YAML
Raw Normal View History

{{ if and .Values.channel .Values.channel.image .Values.channel.tag }}
apiVersion: elemental.cattle.io/v1beta1
kind: ManagedOSVersionChannel
metadata:
name: elemental-channel
namespace: fleet-default
spec:
options:
image: {{ .Values.channel.image }}:{{ .Values.channel.tag }}
type: custom
{{ end }}