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
| monitor.authenticationToken | string |`""`| If setting up the agent without automatic registration, this is the authentication token. If you provide this, you must also provide the installation ID. If you provide this, the monitor will not attempt to register with the server. |
30
-
| monitor.customCaCertificate | string |`""`| A base64 encoded string of the custom CA certificate to use to verify the Octopus Deploy server|
31
-
| monitor.installationId | string |`""`| If setting up the agent without automatic registration, this is the installation id. If you provide this, you must also provide the authentication token. If you provide this, the monitor will not attempt to register with the server. |
32
-
| monitor.serverGrpcUrl | string |`""`| The gRPC url (including the port) of the Octopus Deploy server to communicate with|
33
-
| monitor.serverThumbprint | string |`""`| The thumbprint of the Octopus Deploy server the monitor is communicating with. This should only be used if you wish to pin the certificate.|
27
+
| Key | Type | Default | Description |
28
+
|-----|------|---------|-------------|
29
+
| monitor.authenticationToken | string |`""`| If setting up the agent without automatic registration, this is the authentication token. If you provide this, you must also provide the installation ID. If you provide this, the monitor will not attempt to register with the server. |
30
+
| monitor.customCaCertificate | string |`""`| A base64 encoded string of the custom CA certificate to use to verify the Octopus Deploy server |
31
+
| monitor.installationId | string |`""`| If setting up the agent without automatic registration, this is the installation id. If you provide this, you must also provide the authentication token. If you provide this, the monitor will not attempt to register with the server. |
32
+
| monitor.serverGrpcUrl | string |`""`| The gRPC url (including the port) of the Octopus Deploy server to communicate with |
33
+
| monitor.serverThumbprint | string |`""`| The thumbprint of the Octopus Deploy server the monitor is communicating with. This should only be used if you wish to pin the certificate. |
| registration.configurationStoreType | string |`"kubernetes"`| Can be "kubernetes" or "file" |
40
-
| registration.machineName | string |`""`| The machine name of the agent this monitor is responsible for |
41
-
| registration.register | bool |`true`| Automatically register the monitor with the Octopus Deploy server |
42
-
| registration.serverAccessToken | string |`""`| The access token to authenticate to Octopus Deploy to register with. Can be a bearer token or an API token. |
43
-
| registration.serverApiUrl | string |`""`| The API URL of Octopus Deploy for registration |
44
-
| registration.serverCertificate | string |`""`| The base64-encoded public key of the self-signed x509 certificate or root CA certificate used by the target Octopus Server. Must be in the PEM/CER format. |
45
-
| registration.serverCertificateSecretName | string |`""`| The name of a secret containing the base64-encoded public key of the self-signed x509 certificate or root CA certificate used by the target Octopus Server. Must be in the PEM/CER format. Value must be set in `data.octopus-server-certificate.pem` in secret. |
46
-
| registration.serviceAccount.annotations | object |`{}`| Additional annotations for the service account |
47
-
| registration.serviceAccount.automountServiceAccountToken | bool |`true`| Auto-mount service account token |
48
-
| registration.serviceAccount.create | bool |`true`| Specifies whether a service account should be created for the registration hook |
49
-
| registration.serviceAccount.name | string |`""`| Custom service account name |
50
-
| registration.spaceId | string |`""`| The space id that the monitor is registering with |
37
+
| Key | Type | Default | Description |
38
+
|-----|------|---------|-------------|
39
+
| registration.configurationStoreType | string |`"kubernetes"`| Can be "kubernetes" or "file" |
40
+
| registration.machineName | string |`""`| The machine name of the agent this monitor is responsible for |
41
+
| registration.register | bool |`true`| Automatically register the monitor with the Octopus Deploy server |
42
+
| registration.serverAccessToken | string |`""`| The access token to authenticate to Octopus Deploy to register with. Can be a bearer token or an API token. |
43
+
| registration.serverAccessTokenSecretKey | string |`"SERVER_ACCESS_TOKEN"`| The key in the existing secret that contains the server access token. Defaults to SERVER_ACCESS_TOKEN. |
44
+
| registration.serverAccessTokenSecretName | string |`""`| The name of an existing secret containing the server access token. If specified, the registration secret will not be created. |
45
+
| registration.serverApiUrl | string |`""`| The API URL of Octopus Deploy for registration |
46
+
| registration.serverCertificate | string |`""`| The base64-encoded public key of the self-signed x509 certificate or root CA certificate used by the target Octopus Server. Must be in the PEM/CER format. |
47
+
| registration.serverCertificateSecretName | string |`""`| The name of a secret containing the base64-encoded public key of the self-signed x509 certificate or root CA certificate used by the target Octopus Server. Must be in the PEM/CER format. Value must be set in `data.octopus-server-certificate.pem` in secret. |
48
+
| registration.serviceAccount.annotations | object |`{}`| Additional annotations for the service account |
49
+
| registration.serviceAccount.automountServiceAccountToken | bool |`true`| Auto-mount service account token |
50
+
| registration.serviceAccount.create | bool |`true`| Specifies whether a service account should be created for the registration hook |
51
+
| registration.serviceAccount.name | string |`""`| Custom service account name |
52
+
| registration.spaceId | string |`""`| The space id that the monitor is registering with |
0 commit comments