Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/en/plugins/plugin-appname.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,11 @@ url: file:///opt/spinnaker/lib/local-plugins/appname/plugins.json
with:

```yaml
url: https://armory.jfrog.io/artifactory/plugins/appname/plugins.json
url: https://example.com/plugins/appname/plugins.json
```

An example plugins.json is available on the public armory plugins github at https://github.com/armory-plugins/pluginRepository

## Usage

The plugin allows you to configure different application name regex patterns and constraints for each cloud provider. For example:
Expand Down
4 changes: 3 additions & 1 deletion content/en/plugins/plugin-iam-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,11 @@ url: file:///opt/spinnaker/lib/local-plugins/iam/plugins.json
with:

```yaml
url: https://armory.jfrog.io/artifactory/plugins/iam/plugins.json
url: https://example.com/plugins/iam/plugins.json
```

A plugins.json is available on the public armory plugins github at https://github.com/armory-plugins/pluginRepository

## Known Issues

### PacketTooBigException
Expand Down
2 changes: 1 addition & 1 deletion content/en/plugins/scale-agent/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

{{< include "plugins/scale-agent/agent-compat-matrix.md" >}}

You can find a full list of previous releases in the [artifactory](https://armory.jfrog.io/artifactory/manifests/).
You can find a full list of releases [in our docs](https://docs.armory.io/plugins/scale-agent/release-notes/agent-service/).

Check warning on line 57 in content/en/plugins/scale-agent/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/plugins/scale-agent/_index.md#L57

[Google.We] Try to avoid using first-person plural like ' our '.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like ' our '.", "location": {"path": "content/en/plugins/scale-agent/_index.md", "range": {"start": {"line": 57, "column": 41}}}, "severity": "WARNING"}

## Docs organization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Ensure you have completed the following steps before you install the Armory Scal
To add the Armory chart repo, execute the following command:

```bash
helm repo add armory-charts http://armory.jfrog.io/artifactory/charts
helm repo add armory-charts https://armory-charts.s3.amazonaws.com/
```

If you have previously added the chart repo, update it with the following commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ date: 2021-09-22
* You can now install the Armory Agent service with Helm:

```
helm repo add armory-charts http://armory.jfrog.io/artifactory/charts
helm repo add armory-charts https://armory-charts.s3.amazonaws.com/
helm install armory-agent armory-charts/agent-k8s-full \
--set config.clouddriver.grpc=${CLOUDDRIVER_HOST_AND_PORT}
```
Expand All @@ -21,4 +21,4 @@ For more information, see {{< linkWithTitle "plugins/scale-agent/install/advance

## Known Issues

{{< include "release-notes/agent/ki-permissions-whitespace.md" >}}
{{< include "release-notes/agent/ki-permissions-whitespace.md" >}}
2 changes: 1 addition & 1 deletion content/en/plugins/scale-agent/tasks/service-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ spec:

## Import a Grafana dashboard

You can import [this Grafana dashboard definition](https://armory.jfrog.io/artifactory/manifests/kubesvc/armory-agent-dashboard.json) to use with Prometheus.
You can import [this Grafana dashboard definition](https://github.com/armory-io/agent-k8s-spinplug-releases/tree/master/monitoring) to use with Prometheus.