forked from suse-edge/Factory
rancher-turtles: Fix issue in 0.4.0 chart
The previous import was based on a pre-merge copy of the following PR
- an issue was discovered during SV validation which required an
additional change to ensure CRDs are created before creating the
ClusterctlConfig CR
https://github.com/suse-edge/charts/pull/166
(cherry picked from commit 636493adba
)
This commit is contained in:
parent
be4fae4b18
commit
da2ad77951
@ -16,6 +16,9 @@ kind: ClusterctlConfig
|
|||||||
metadata:
|
metadata:
|
||||||
name: clusterctl-config
|
name: clusterctl-config
|
||||||
namespace: rancher-turtles-system
|
namespace: rancher-turtles-system
|
||||||
|
annotations:
|
||||||
|
"helm.sh/hook": "post-install, post-upgrade"
|
||||||
|
"helm.sh/hook-weight": "1"
|
||||||
spec:
|
spec:
|
||||||
providers:
|
providers:
|
||||||
- name: metal3
|
- name: metal3
|
||||||
|
Loading…
Reference in New Issue
Block a user