Skip to content

Commit de2cff6

Browse files
committed
Updates commit-ish references for apply -k
1 parent 60d01b5 commit de2cff6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Variants also include examples of how to configure volumes for GKE, AWS and AKS
3535

3636
```
3737
kubectl create namespace kafka && \
38-
kubectl apply -k github.com/Yolean/kubernetes-kafka/variants/dev-small/?ref=storagclass-kustomize
38+
kubectl apply -k github.com/Yolean/kubernetes-kafka/variants/dev-small/?ref=v6.0.1
3939
```
4040

4141
When all pods are Ready, test with for example `kafkacat -b localhost:9094 -L` over `kubectl -n kafka port-forward kafka-0 9094`.
@@ -46,9 +46,9 @@ Start your variant as a new folder in your choice of version control, with a bas
4646

4747
```
4848
bases:
49-
- github.com/Yolean/kubernetes-kafka/rbac-namespace-default/?ref=553f327
50-
- github.com/Yolean/kubernetes-kafka/kafka/?ref=553f327
51-
- github.com/Yolean/kubernetes-kafka/zookeeper/?ref=553f327
49+
- github.com/Yolean/kubernetes-kafka/rbac-namespace-default/?ref=60d01b5
50+
- github.com/Yolean/kubernetes-kafka/kafka/?ref=60d01b5
51+
- github.com/Yolean/kubernetes-kafka/zookeeper/?ref=60d01b5
5252
```
5353

5454
Then pick and chose from patches our [example variants](https://github.com/Yolean/kubernetes-kafka/tree/master/variants) to tailor your Kafka setup.

0 commit comments

Comments
 (0)