-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the ref to the no-namespaces-for-kustomize change
This reverts commit 109982e. We should merge #37 and update variants accordingly, because it reorganizes the main yaml so we can use a relative ref.
- Loading branch information
Showing
2 changed files
with
1 addition
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
bases: | ||
- github.com/Yolean/kubernetes-mysql-cluster?ref=a9e6956000a31c973d183d8c318d6828cd73c26c | ||
- github.com/Yolean/kubernetes-mysql-cluster?ref=a1378c028a46efd39df8a0217e3e065bce84df14 | ||
patchesStrategicMerge: | ||
- replicas-1.yaml | ||
- wsrep-1.yaml |
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ apiVersion: apps/v1 | |
kind: StatefulSet | ||
metadata: | ||
name: mariadb | ||
namespace: mysql | ||
spec: | ||
template: | ||
spec: | ||
|