Skip to content

Commit

Permalink
fix(docs): update kubernetes-workload.md (kedacore#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdoido authored Dec 9, 2022
1 parent 337cb43 commit a029432
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.10/scalers/kubernetes-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
- type: kubernetes-workload
metadata:
podSelector: 'app=backend, deploy notin (critical, monolith)'
value: '3'`
value: '3'
```
2 changes: 1 addition & 1 deletion content/docs/2.4/scalers/kubernetes-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ spec:
- type: kubernetes-workload
metadata:
podSelector: 'app=backend, deploy notin (critical, monolith)'
value: '3'`
value: '3'
```
2 changes: 1 addition & 1 deletion content/docs/2.5/scalers/kubernetes-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ spec:
- type: kubernetes-workload
metadata:
podSelector: 'app=backend, deploy notin (critical, monolith)'
value: '3'`
value: '3'
```
2 changes: 1 addition & 1 deletion content/docs/2.6/scalers/kubernetes-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ spec:
- type: kubernetes-workload
metadata:
podSelector: 'app=backend, deploy notin (critical, monolith)'
value: '3'`
value: '3'
```
2 changes: 1 addition & 1 deletion content/docs/2.7/scalers/kubernetes-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ spec:
- type: kubernetes-workload
metadata:
podSelector: 'app=backend, deploy notin (critical, monolith)'
value: '3'`
value: '3'
```
2 changes: 1 addition & 1 deletion content/docs/2.8/scalers/kubernetes-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
- type: kubernetes-workload
metadata:
podSelector: 'app=backend, deploy notin (critical, monolith)'
value: '3'`
value: '3'
```
2 changes: 1 addition & 1 deletion content/docs/2.9/scalers/kubernetes-workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ spec:
- type: kubernetes-workload
metadata:
podSelector: 'app=backend, deploy notin (critical, monolith)'
value: '3'`
value: '3'
```

0 comments on commit a029432

Please sign in to comment.