You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/alloy-operator/README.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,27 +59,29 @@ A Helm chart the Alloy Operator, a project to innovate on creating instances of
59
59
|-----|------|---------|-------------|
60
60
| extraArgs | list |`[]`| Additional arguments to pass to the Alloy Operator. |
61
61
62
+
### Deployment Settings
63
+
64
+
| Key | Type | Default | Description |
65
+
|-----|------|---------|-------------|
66
+
| fullnameOverride | string |`""`| Overrides the chart's computed fullname. Used to change the full prefix of resource names. |
67
+
| global.namespaceOverride | string |`""`| Global namespace override. When set, all resources will be deployed to this namespace instead of the Helm release namespace. Takes lower precedence than `namespaceOverride`. |
68
+
| nameOverride | string |`""`| Overrides the chart's name. Used to change the infix in the resource names. |
69
+
| namespaceOverride | string |`""`| Overrides the namespace for all resources deployed by this chart. When empty, resources are deployed to the Helm release namespace. |
70
+
| replicaCount | int |`1`| How many replicas to use for the Alloy Operator Deployment. |
71
+
62
72
### Image Settings
63
73
64
74
| Key | Type | Default | Description |
65
75
|-----|------|---------|-------------|
66
76
| global.image.pullSecrets | list |`[]`| Global image pull secrets. |
67
-
| global.image.registry| string |`""`| Global image registry override. |
77
+
| global.imageRegistry| string |`""`| Global image registry override. |
68
78
| image.digest | string |`""`| Alloy Operator image digest. If set, will override the tag. Format: sha256:<digest>. |
69
79
| image.pullPolicy | string |`"IfNotPresent"`| The pull policy for images. |
70
80
| image.pullSecrets | list |`[]`| Optional set of image pull secrets. |
| image.tag | string |`""`| Alloy Operator image tag. When empty, the Chart's appVersion is used. |
74
84
75
-
### Deployment Settings
76
-
77
-
| Key | Type | Default | Description |
78
-
|-----|------|---------|-------------|
79
-
| global.namespaceOverride | string |`""`| Global namespace override. When set, all resources will be deployed to this namespace instead of the Helm release namespace. Takes lower precedence than `namespaceOverride`. |
80
-
| namespaceOverride | string |`""`| Overrides the namespace for all resources deployed by this chart. When empty, resources are deployed to the Helm release namespace. |
81
-
| replicaCount | int |`1`| How many replicas to use for the Alloy Operator Deployment. |
82
-
83
85
### Leader Election Settings
84
86
85
87
| Key | Type | Default | Description |
@@ -150,10 +152,3 @@ A Helm chart the Alloy Operator, a project to innovate on creating instances of
150
152
| serviceMonitor.scrapeTimeout | string |`"10s"`| Set timeout for scrape |
151
153
| serviceMonitor.targetLabels | list |`[]`| Set of labels to transfer from the Kubernetes Service onto the target |
152
154
| serviceMonitor.telemetryPath | string |`"/metrics"`| Set path to metrics path |
153
-
154
-
### Other Values
155
-
156
-
| Key | Type | Default | Description |
157
-
|-----|------|---------|-------------|
158
-
| fullnameOverride | string |`""`| Overrides the chart's computed fullname. Used to change the full prefix of resource names. |
159
-
| nameOverride | string |`""`| Overrides the chart's name. Used to change the infix in the resource names. |
0 commit comments