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
docs(infra): Upgrade Docsy to 0.7.1; Remove Prism (#2104)
* docs(infra): Remove Prism; Upgrade Docsy
DOC-738 DOC-725
* fix link to CD-as-a-Service plugin in included table
* change highlight to backticks if no actual lines highlighted
rendered highlight shortcode doesn't have code copy button
* update layout pages from latest theme
* change guessSyntax to true so rego code blocks render with black background
You may encounter the following error if the version of Java you are using to generate the certificates is not the same version that Armory Continuous Deployment is using:
180
179
181
-
{{< prism lang="shell" >}}
180
+
```bash
182
181
java.io.IOException: Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available
You can find more options for management endpoints and the plugin in the [plugin's README](https://github.com/armory-plugins/armory-observability-plugin).
Copy file name to clipboardExpand all lines: content/en/continuous-deployment/installation/armory-operator/op-config-manifest.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ description: >
20
20
21
21
The structure of the manifest file is the same whether you are using the Armory Operator or the Spinnaker Operator. The value of certain keys, though, depends on whether you are deploying Armory Continuous Deployment or Spinnaker. The following snippet is the first several lines from a `spinnakerservice.yml` manifest that deploys Armory Continuous Deployment.
* Line 1: `apiVersion` is the CRD version of the `SpinnakerService` custom resource.
40
40
* If you are deploying Armory Continuous Deployment, the value is `spinnaker.armory.io/{{< param "operator-extended-crd-version" >}}`; if you change this value, the Armory Operator won't process the manifest file.
Copy file name to clipboardExpand all lines: content/en/continuous-deployment/installation/guide/air-gapped/ag-operator.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ Each subdirectory in the `profiles` directory contains a `<service-name>.yml` pr
144
144
145
145
If you need to change your Docker registry, you can manually edit the `<armory-version>.yml` file located under `halconfig/bom`. Update the value for the key `artifactSources.dockerRegistry`.
@@ -257,7 +257,7 @@ From the `spinnaker-kustomize-patches/operator` folder, execute the `operatorima
257
257
You also need to update Armory Operator configuration to include the secret access key for MinIO.
258
258
Locate `spinnaker-kustomize-patches/operator/patch-config.yml` and update the `AWS_SECRET_ACCESS_KEY` value with the `minioAccessKey` value you created in the [Deploy MinIO to host the BOM](#deploy-minio-to-host-the-bom) section.
The Armory Operator uses its own Halyard installation to deploy and manage Armory Continuous Deployment. You need to configure the new BOM location in `spinnaker-kustomize-patches/operator/halyard-local.yml`. Update your `halyard-local.yml` to match the content of the highlighted lines in the following example:
enablePathStyleAccess: true # If you are using a platform that does not support PathStyleAccess, such as MinIO, switch this to true (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro).
0 commit comments