Initial commit: Add tinkerbell-k0s cluster templates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
|
||||
kind: TinkerbellCluster
|
||||
metadata:
|
||||
name: {{ .Release.Name }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
controlPlaneEndpoint:
|
||||
host: {{ .Values.controlPlaneEndpoint.host | quote }}
|
||||
port: {{ .Values.controlPlaneEndpoint.port }}
|
||||
Reference in New Issue
Block a user