Skip to content

Commit

Permalink
fix: Indentation of instructions.md (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelGerding committed Dec 6, 2023
1 parent 30312c8 commit 00fbaf4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions extadvice/host_podantiaffinity/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ spec:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- example
topologyKey: "kubernetes.io/hostname"
matchExpressions:
- key: app
operator: In
values:
- example
topologyKey: "kubernetes.io/hostname"
% endHighlight %
containers:
- name: ${target.steadybit.label}
Expand Down
16 changes: 8 additions & 8 deletions extadvice/single_aws_zone/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ spec:
% startHighlight %
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- example
topologyKey: "topology.kubernetes.io/zone"
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- example
topologyKey: "topology.kubernetes.io/zone"
% endHighlight %
containers:
- name: ${target.steadybit.label}
Expand Down
16 changes: 8 additions & 8 deletions extadvice/single_azure_zone/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ spec:
% startHighlight %
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- example
topologyKey: "topology.kubernetes.io/zone"
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- example
topologyKey: "topology.kubernetes.io/zone"
% endHighlight %
containers:
- name: ${target.steadybit.label}
Expand Down

0 comments on commit 00fbaf4

Please sign in to comment.