Skip to content

Commit

Permalink
Respect older values file ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
MaesterZ committed Apr 30, 2021
1 parent 7d3385f commit 01c6d61
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions charts/aws-efs-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@ sidecars:
tag:
```

---
```yaml
hostAliases:
dnsPolicy:
dnsConfig:
```

Moving to

```yaml
node:
hostAliases:
dnsPolicy:
dnsConfig:
```

---
```yaml
podAnnotations:
Expand All @@ -60,6 +44,22 @@ controller:
affinity:
```

---
```yaml
hostAliases:
dnsPolicy:
dnsConfig:
```

Moving to

```yaml
node:
hostAliases:
dnsPolicy:
dnsConfig:
```

---
```yaml
serviceAccount:
Expand Down

0 comments on commit 01c6d61

Please sign in to comment.