Skip to content

Commit

Permalink
Updates the ref to the no-namespaces-for-kustomize change
Browse files Browse the repository at this point in the history
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
solsson committed Aug 19, 2021
1 parent 109982e commit b12bbc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion variants/scale-1/kustomization.yaml
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
1 change: 0 additions & 1 deletion variants/scale-1/wsrep-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: mariadb
namespace: mysql
spec:
template:
spec:
Expand Down

0 comments on commit b12bbc3

Please sign in to comment.