Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(fix): fix cardpane tags so markdown renders #2129

Merged
merged 1 commit into from
Sep 11, 2023
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
18 changes: 10 additions & 8 deletions content/en/plugins/pipelines-as-code/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,29 @@ no_list: true

Pipelines-as-Code is a feature in Armory CD, so you only need to enable the service. For Spinnaker, however, you need to install both the Dinghy service and the Spinnaker plugin.

{{< cardpane >}}
{{< card header="Armory CD<br>Armory Operator" >}}
<!-- https://www.docsy.dev/docs/adding-content/shortcodes/#card-panes -->

{{% cardpane %}}
{{% card header="Armory CD<br>Armory Operator" %}}
Use Kustomize patches to enable the service.

1. Configure the Dinghy service.
1. Enable the Dinghy service.

[Instructions]({{< ref "plugins/pipelines-as-code/install/armory-cd" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Spinnaker Operator" >}}
{{% card header="Spinnaker<br>Spinnaker Operator" %}}
Use Kustomize patches to deploy the service and install the plugin.

1. Configure the Dinghy service.
1. Configure the plugin.
1. Install both at the same time.

[Instructions]({{< ref "plugins/pipelines-as-code/install/spinnaker-operator" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Halyard and kubectl" >}}
{{% card header="Spinnaker<br>Halyard and kubectl" %}}
Use Kubernetes manifests to deploy the service and Spinnaker local config files to install the plugin.

1. Create ServiceAccount, ClusterRole, and ClusterRoleBinding.
Expand All @@ -46,8 +48,8 @@ Use Kubernetes manifests to deploy the service and Spinnaker local config files
1. Install the plugin using `hal deploy apply`.

[Instructions]({{< ref "plugins/pipelines-as-code/install/spinnaker-halyard" >}})
{{< /card >}}
{{< /cardpane >}}
{{% /card %}}
{{% /cardpane %}}

## Compatibility

Expand Down
16 changes: 8 additions & 8 deletions content/en/plugins/terraform/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,27 @@ When creating a Terraform Integration stage, pipeline creators select a specific

Terraform Integration is a feature in Armory CD, so you only need to enable the service. For Spinnaker, however, you need to install both the Terraform Integration service and the Spinnaker plugin.

{{< cardpane >}}
{{< card header="Armory CD<br>Armory Operator" >}}
{{% cardpane %}}
{{% card header="Armory CD<br>Armory Operator" %}}

1. Configure Armory CD.
1. Enable Terraform Integration.
1. Apply the updated configuration.

[Instructions]({{< ref "plugins/terraform/install/armory-cd" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Spinnaker Operator" >}}
{{% card header="Spinnaker<br>Spinnaker Operator" %}}
Use Kustomize patches to deploy the service and install the plugin.

1. Configure Spinnaker.
1. Configure the service and plugin.
1. Install both at the same time.

[Instructions]({{< ref "plugins/terraform/install/spinnaker-operator" >}})
{{< /card >}}
{{% /card %}}

{{< card header="Spinnaker<br>Halyard and kubectl" >}}
{{% card header="Spinnaker<br>Halyard and kubectl" %}}
Use Kubernetes manifests to deploy the service and Spinnaker local config files to install the plugin.

1. Configure Spinnaker
Expand All @@ -82,5 +82,5 @@ Use Kubernetes manifests to deploy the service and Spinnaker local config files
1. Install the plugin using `hal deploy apply`.

[Instructions]({{< ref "plugins/terraform/install/spinnaker-halyard" >}})
{{< /card >}}
{{< /cardpane >}}
{{% /card %}}
{{% /cardpane %}}
Loading