Skip to content

Commit

Permalink
use the official k0sproject-k0smotron provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel authored and Kshatrix committed Oct 17, 2024
1 parent b719662 commit 87f195d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions templates/provider/k0smotron/templates/providers.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
apiVersion: operator.cluster.x-k8s.io/v1alpha2
kind: InfrastructureProvider
metadata:
name: k0smotron
name: k0sproject-k0smotron
spec:
version: v1.1.2
fetchConfig:
url: https://github.com/k0sproject/k0smotron/releases/{{ .Values.version }}/infrastructure-components.yaml
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand All @@ -15,11 +13,9 @@ spec:
apiVersion: operator.cluster.x-k8s.io/v1alpha2
kind: BootstrapProvider
metadata:
name: k0smotron
name: k0sproject-k0smotron
spec:
version: v1.1.2
fetchConfig:
url: https://github.com/k0sproject/k0smotron/releases/{{ .Values.version }}/bootstrap-components.yaml
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand All @@ -29,11 +25,9 @@ spec:
apiVersion: operator.cluster.x-k8s.io/v1alpha2
kind: ControlPlaneProvider
metadata:
name: k0smotron
name: k0sproject-k0smotron
spec:
version: v1.1.2
fetchConfig:
url: https://github.com/k0sproject/k0smotron/releases/{{ .Values.version }}/control-plane-components.yaml
{{- if .Values.configSecret.name }}
configSecret:
name: {{ .Values.configSecret.name }}
Expand Down

0 comments on commit 87f195d

Please sign in to comment.