File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
multiversion-tutorial/testdata/project Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ make undeploy
48
48
This project aims to follow the Kubernetes [ Operator pattern] ( https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ )
49
49
50
50
It uses [ Controllers] ( https://kubernetes.io/docs/concepts/architecture/controller/ )
51
- which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
51
+ which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster
52
52
53
53
### Test It Out
54
54
1 . Install the CRDs into the cluster:
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ make undeploy
48
48
This project aims to follow the Kubernetes [ Operator pattern] ( https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ )
49
49
50
50
It uses [ Controllers] ( https://kubernetes.io/docs/concepts/architecture/controller/ )
51
- which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
51
+ which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster
52
52
53
53
### Test It Out
54
54
1 . Install the CRDs into the cluster:
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ make undeploy
48
48
This project aims to follow the Kubernetes [ Operator pattern] ( https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ )
49
49
50
50
It uses [ Controllers] ( https://kubernetes.io/docs/concepts/architecture/controller/ )
51
- which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
51
+ which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster
52
52
53
53
### Test It Out
54
54
1 . Install the CRDs into the cluster:
You can’t perform that action at this time.
0 commit comments