File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ The [values.yaml](values.yaml) file contains information about all configuration
48
48
| --- | --- | --- |
49
49
| ` args ` | Array of command arguments to pass into the kspan process | ` [] ` |
50
50
| ` 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 ` |
54
54
| ` resources ` | CPU/Memory resource limits/requests | ` {} ` |
55
55
| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
56
56
| ` tolerations ` | Toleration labels for pod assignment | ` [] ` |
57
- | ` affinity ` | Affinity settings for pod assignment | ` {} ` |
57
+ | ` affinity ` | Affinity settings for pod assignment | ` {} ` |
You can’t perform that action at this time.
0 commit comments