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
> Learn [how to access the private Venafi OCI registries](https://docs.venafi.cloud/vaas/k8s-components/th-guide-confg-access-to-tlspk-enterprise-components/).
30
+
> ℹ️ In the following steps it is assumed that you are using the **public** registry.
31
+
>
32
+
> 📖 Learn [how to access the private Venafi OCI registries](https://docs.venafi.cloud/vaas/k8s-components/th-guide-confg-access-to-tlspk-enterprise-components/).
### 3) Connect the cluster in Venafi Control Plane
93
98
@@ -143,13 +148,13 @@ You should see the following events for your service account:
143
148
| command | list |`[]`| Specify the command to run overriding default binary. |
144
149
| config | object |`{"clientId":"","configmap":{"key":null,"name":null},"period":"0h1m0s","server":"https://api.venafi.cloud/"}`| Configuration section for the Venafi Kubernetes Agent itself |
145
150
| config.clientId | string |`""`| The client-id returned from the Venafi Control Plane |
146
-
| config.configmap | object |`{"key":null,"name":null}`| Specify ConfigMap details to load config from an existing resource. This should be blank by default unless you have you own config. |
151
+
| config.configmap | object |`{"key":null,"name":null}`| Specify ConfigMap details to load config from an existing resource. This should be blank by default unless you have you own config. |
147
152
| config.period | string |`"0h1m0s"`| Send data back to the platform every minute unless changed |
148
153
| config.server | string |`"https://api.venafi.cloud/"`| Overrides the server if using a proxy in your environment For the EU variant use: https://api.venafi.eu/|
149
154
| extraArgs | list |`[]`| Specify additional arguments to pass to the agent binary. For example `["--strict", "--oneshot"]`|
150
155
| fullnameOverride | string |`""`| Helm default setting, use this to shorten the full install name. |
151
156
| image.pullPolicy | string |`"IfNotPresent"`| Defaults to only pull if not already present |
152
-
| image.repository | string |`"quay.io/jetstack/preflight"`| Default to Open Source image repository |
157
+
| image.repository | string |`"quay.io/jetstack/venafi-agent"`| Default to Open Source image repository |
153
158
| image.tag | string |`"v0.1.43"`| Overrides the image tag whose default is the chart appVersion |
154
159
| imagePullSecrets | list |`[]`| Specify image pull credentials if using a private registry example: - name: my-pull-secret |
155
160
| nameOverride | string |`""`| Helm default setting to override release name, usually leave blank. |
0 commit comments