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
-[`operator`](https://github.com/premiscale/pass-operator/tree/master/helm/operator) is the chart for deploying the Pass store operator
4
-
-[`operator-crds`](https://github.com/premiscale/pass-operator/tree/master/helm/operator-crds) is the chart for deploying the Pass store operator's custom resource definitions (CRDs)
5
-
-[`operator-e2e`](https://github.com/premiscale/pass-operator/tree/master/helm/operator-e2e) is the a for e2e-testing the operator and its CRDs.
3
+
-[`operator`](https://github.com/premiscale/pass-operator/tree/master/helm/operator) is the chart for deploying the pass store operator
4
+
-[`operator-crds`](https://github.com/premiscale/pass-operator/tree/master/helm/operator-crds) is the chart for deploying the pass store operator's custom resource definitions (CRDs)
5
+
-[`operator-e2e`](https://github.com/premiscale/pass-operator/tree/master/helm/operator-e2e) is a chart for e2e-testing the operator and its CRDs. Unless you're a developer, you won't need to use this Helm chart.
|`deployment.pullSecrets`| A list of pull secret names. These names are automatically mapped to key: secretname in the imagePullSecrets field. |`[]`|
25
-
|`deployment.image.name`| The name of the image.## @param deployment.image.name [string, default: pass-operator] The name of the image. |`pass-operator`|
26
-
|`deployment.image.tag`| The tag of the image. The default is "ignore" to ensure users provide a tag. |`ignore`|
27
-
|`deployment.image.pullPolicy`| The pull policy of the image. |`Always`|
28
-
|`deployment.resources`| Set resources for the pod. |`{}`|
29
-
|`deployment.livenessProbe`| Configure the liveness probe for the pod. The defaults are set to check that SSHd is listening on TCP port 22. |`{}`|
30
-
|`deployment.podSecurityContext`| Configure the security context for the pod. |`{}`|
31
-
|`deployment.containerSecurityContext`| Configure the security context for the container. |`{}`|
|`deployment.pullSecrets`| A list of pull secret names. These names are automatically mapped to key: secretname in the imagePullSecrets field. |`[]`|
25
+
|`deployment.image.name`| The name of the image.## @param deployment.image.name [string, default: pass-operator] The name of the image. |`pass-operator-e2e`|
26
+
|`deployment.image.tag`| The tag of the image. The default is "ignore" to ensure users provide a tag. |`ignore`|
27
+
|`deployment.image.pullPolicy`| The pull policy of the image. |`Always`|
28
+
|`deployment.resources`| Set resources for the pod. |`{}`|
29
+
|`deployment.livenessProbe`| Configure the liveness probe for the pod. The defaults are set to check that SSHd is listening on TCP port 22. |`{}`|
30
+
|`deployment.podSecurityContext`| Configure the security context for the pod. |`{}`|
31
+
|`deployment.containerSecurityContext`| Configure the security context for the container. |`{}`|
Copy file name to clipboardExpand all lines: helm/operator-e2e/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ deployment:
12
12
pullSecrets: []
13
13
14
14
image:
15
-
## @param deployment.image.name [string, default: pass-operator] The name of the image.## @param deployment.image.name [string, default: pass-operator] The name of the image.
15
+
## @param deployment.image.name [string, default: pass-operator-e2e] The name of the image.## @param deployment.image.name [string, default: pass-operator] The name of the image.
16
16
name: pass-operator-e2e
17
17
## @param deployment.image.tag [string, default: ignore] The tag of the image. The default is "ignore" to ensure users provide a tag.
| `deployment.pullSecrets` | A list of pull secret names. These names are automatically mapped to key: secretname in the imagePullSecrets field. | `[]` |
168
-
| `deployment.image.name` | The name of the image. | `pass-operator` |
169
-
| `deployment.image.tag` | The tag of the image. The default is "ignore" to ensure users provide a tag. | `ignore` |
170
-
| `deployment.image.pullPolicy` | The pull policy of the image. | `Always` |
171
-
| `deployment.resources` | Set resources for the pod. | `{}` |
172
-
| `deployment.livenessProbe` | Configure the liveness probe for the pod. The defaults are set to check the /healthz endpoint on port 8080, which is provided by Kopf. | `{}` |
173
-
| `deployment.podSecurityContext` | Configure the security context for the pod. | `{}` |
174
-
| `deployment.podSecurityContext.runAsNonRoot` | If true, the pod is required to run as a non-root user. | `true` |
175
-
| `deployment.containerSecurityContext` | Configure the security context for the container. | `{}` |
| `deployment.pullSecrets` | A list of pull secret names. These names are automatically mapped to key: secretname in the imagePullSecrets field. | `[]` |
168
+
| `deployment.image.name` | The name of the image. | `premiscale/pass-operator` |
169
+
| `deployment.image.tag` | The tag of the image. The default is "ignore" to ensure users provide a tag. | `ignore` |
170
+
| `deployment.image.pullPolicy` | The pull policy of the image. | `Always` |
171
+
| `deployment.resources` | Set resources for the pod. | `{}` |
172
+
| `deployment.livenessProbe` | Configure the liveness probe for the pod. The defaults are set to check the /healthz endpoint on port 8080, which is provided by Kopf. | `{}` |
173
+
| `deployment.podSecurityContext` | Configure the security context for the pod. | `{}` |
174
+
| `deployment.podSecurityContext.runAsNonRoot` | If true, the pod is required to run as a non-root user. | `true` |
175
+
| `deployment.containerSecurityContext` | Configure the security context for the container. | `{}` |
| `operator.interval` | The interval in seconds to check for changes in the secrets in the pass store. | `60` |
182
-
| `operator.initial_delay` | The initial delay in seconds before the first check for changes in the secrets in the pass store. | `3` |
182
+
| `operator.initial_delay` | The initial delay in seconds before the first check for changes in the secrets in the pass store. | `60` |
183
183
| `operator.priority` | The priority of the operator. The higher the number, the higher the priority. Only useful if multiple operators are running. | `100` |
184
184
| `operator.pass.binary` | The path to the pass binary. | `""` |
185
185
| `operator.pass.storeSubPath` | A subpath within `~/.password-store`. | `""` |
|`operator.gpg.key_id`| The key ID of the (private) GPG key. |`""`|
193
193
|`operator.gpg.value`| The armored string of the private GPG key b64enc'd. | `""` |
194
194
| `operator.gpg.passphrase` | The passphrase for the GPG key, if there is one. | `""` |
195
+
| `operator.gpg.threads` | Number of threads to spawn for decryption. This can help significantly speed up decryption on secrets with many fields. | `4` |
195
196
| `operator.git.branch` | The branch of the Git repository to clone and pull from. | `main` |
196
197
| `operator.git.url` | The (SSH) URL of the Git repository. HTTPS is not supported at this time. | `""` |
0 commit comments