Skip to content

Commit

Permalink
use correct file suffix in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Grant committed Sep 13, 2023
1 parent 1efd8d7 commit 9d8851f
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/main/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.19.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then use copy most of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: heptio-sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.20.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then use copy most of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: heptio-sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.50.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then use copy most of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: heptio-sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.51.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then use copy most of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: heptio-sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.52.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then use copy most of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: heptio-sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.53.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.53.1/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.53.2/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.54.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.55.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.55.1/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.0/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.1/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.10/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.11/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.12/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.13/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.14/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.15/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.16/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.17/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.2/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.3/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.4/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.5/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.6/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.7/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.8/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/v0.56.9/pullsecrets.md
Expand Up @@ -27,7 +27,7 @@ As an example of how to create the secret you can follow the instructions [here]
Then get a copy of its YAML via:

```
kubectl get secret <secret name> -o yaml > secret.json
kubectl get secret <secret name> -o yaml > secret.yaml
```

Manually edit the file and remove/adjust the metadata as appropriate. The namespace should be adjusted to your desired Sonobuoy namespace (default: sonobuoy) and the following fields can be removed:
Expand Down

0 comments on commit 9d8851f

Please sign in to comment.