Skip to content

Commit 6fbbfbc

Browse files
authored
Fix parameters
1 parent fcad1ae commit 6fbbfbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/kspan/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ The [values.yaml](values.yaml) file contains information about all configuration
4848
| --- | --- | --- |
4949
| `args` | Array of command arguments to pass into the kspan process | `[]` |
5050
| `env` | Array of environment variables to set on the kspan pod | `[]` |
51-
| `image.repository` | PowerDNS Image repository | `puckpuck/kspan` |
52-
| `image.tag` | PowerDNS Image tag (leave blank to use app version) | `nil` |
53-
| `image.pullPolicy` | PowerDNS Image pull policy | `IfNotPresent` |
51+
| `image.repository` | kspan Image repository | `puckpuck/kspan` |
52+
| `image.tag` | kspan Image tag (leave blank to use app version) | `nil` |
53+
| `image.pullPolicy` | kspan Image pull policy | `IfNotPresent` |
5454
| `resources` | CPU/Memory resource limits/requests | `{}` |
5555
| `nodeSelector` | Node labels for pod assignment | `{}` |
5656
| `tolerations` | Toleration labels for pod assignment | `[]` |
57-
| `affinity` | Affinity settings for pod assignment | `{}` |
57+
| `affinity` | Affinity settings for pod assignment | `{}` |

0 commit comments

Comments
 (0)