-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(chore): move images to same location as page (#88)
* docs(chore): move images to same location as page Create media directory for shared DOC-747 * fix broken image by moving shared image to media folder
- Loading branch information
Showing
83 changed files
with
37 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ Contact a <a href="mailto:[email protected]?subject=Delete a CD-as-a-Servic | |
|
||
You use the UI to switch to the tenant whose resources you want to see. CD-as-a-Service only displays the **Switch Tenants* user content menu item when you have access to more than one tenant. | ||
|
||
{{< figure src="/images/cdaas/ui-switch-tenant.jpg" alt="Switch Tenant." >}} | ||
{{< figure src="ui-switch-tenant.jpg" alt="Switch Tenant." >}} | ||
|
||
1. Access your user context menu. | ||
1. Hover over **Switch Tenant** to display a list of accessible tenants. | ||
|
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,5 @@ | ||
--- | ||
title: Scratchpad | ||
weight: 999 | ||
draft: true | ||
--- | ||
|
||
## codeblock in tabpane | ||
|
||
{{< include "cli/install-cli-tabpane.md" >}} | ||
|
||
## bash | ||
|
||
```bash | ||
kubectl create ns armory-rna; | ||
kubectl --namespace armory-rna create secret generic rna-client-credentials \ | ||
--type=string \ | ||
--from-literal=client-secret="<client-secret>" \ | ||
--from-literal=client-id="<client-id>"; | ||
kubectl apply -f "https://api.cloud.armory.io/kubernetes/agent/manifest?agentIdentifier=sample-cluster&namespace=armory-rna" | ||
``` | ||
|
||
## yaml | ||
|
||
yaml with lines highlighted | ||
|
||
|
||
{{< highlight yaml "linenos=table, hl_lines=5 10 22-27" >}} | ||
version: v1 | ||
kind: kubernetes | ||
application: potato-facts | ||
targets: | ||
staging: | ||
account: my-cdaas-cluster | ||
namespace: potato-facts-staging | ||
strategy: rolling | ||
prod: | ||
account: my-cdaas-cluster | ||
namespace: potato-facts-prod | ||
strategy: rolling | ||
constraints: | ||
dependsOn: ["staging"] | ||
manifests: | ||
- path: manifests/potato-facts-v1.yaml | ||
- path: manifests/potato-facts-service.yaml | ||
- path: manifests/staging-namespace.yaml | ||
targets: ["staging"] | ||
- path: manifests/prod-namespace.yaml | ||
targets: ["prod"] | ||
strategies: | ||
rolling: | ||
canary: | ||
steps: | ||
- setWeight: | ||
weight: 100 | ||
{{< /highlight >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Oops, something went wrong.