Skip to content

Commit eb772a2

Browse files
committed
fix: typo in subscription apiVersion
1 parent 566a4bd commit eb772a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ kubectl apply -f https://raw.githubusercontent.com/InditexTech/k8s-overcommit-op
107107
You can create your own subscription or use the default [`subscription.yaml`](../deploy/subscription.yaml). Below is an example:
108108

109109
```yaml
110-
apiVersion: operators.coreos.com/v1alphav1
110+
apiVersion: operators.coreos.com/v1alpha1
111111
kind: Subscription
112112
metadata:
113113
name: k8s-overcommit-operator

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ kubectl apply -f https://raw.githubusercontent.com/InditexTech/k8s-overcommit-op
6969
You can create your own subscription or use the default [`subscription.yaml`](../deploy/subscription.yaml). Below is an example:
7070

7171
```yaml
72-
apiVersion: operators.coreos.com/v1alphav1
72+
apiVersion: operators.coreos.com/v1alpha1
7373
kind: Subscription
7474
metadata:
7575
name: k8s-overcommit-operator

0 commit comments

Comments
 (0)