-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Remove requirement to specify CAPIProvider secret (#788)
* Remove requirement to specify CAPIProvider secret Signed-off-by: Danil-Grigorev <[email protected]> * Update tests to check configSecret field propagation Signed-off-by: Danil-Grigorev <[email protected]> * Use previous CAPIProvider configuration for chart upgrade e2e Signed-off-by: Danil-Grigorev <[email protected]> * Combine CAPIProvider variables witin secret with defaults Signed-off-by: Danil-Grigorev <[email protected]> --------- Signed-off-by: Danil-Grigorev <[email protected]>
- Loading branch information
1 parent
863fdb6
commit f4d8547
Showing
10 changed files
with
106 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: capd-system | ||
--- | ||
apiVersion: turtles-capi.cattle.io/v1alpha1 | ||
kind: CAPIProvider | ||
metadata: | ||
name: docker | ||
namespace: capd-system | ||
spec: | ||
name: docker | ||
type: infrastructure | ||
configSecret: | ||
name: variables | ||
--- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: capi-kubeadm-bootstrap-system | ||
--- | ||
apiVersion: turtles-capi.cattle.io/v1alpha1 | ||
kind: CAPIProvider | ||
metadata: | ||
name: kubeadm-bootstrap | ||
namespace: capi-kubeadm-bootstrap-system | ||
spec: | ||
name: kubeadm | ||
type: bootstrap | ||
configSecret: | ||
name: variables | ||
--- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: capi-kubeadm-control-plane-system | ||
--- | ||
apiVersion: turtles-capi.cattle.io/v1alpha1 | ||
kind: CAPIProvider | ||
metadata: | ||
name: kubeadm-control-plane | ||
namespace: capi-kubeadm-control-plane-system | ||
spec: | ||
name: kubeadm | ||
type: controlPlane | ||
configSecret: | ||
name: variables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters