Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Visual cleanup. Remove helm 'coming soon' placeholder page until we d…
Browse files Browse the repository at this point in the history
…ecide what should go there (#67)

* Visual cleanup. Remove helm 'coming soon' placeholder page until we decide what should go there

Signed-off-by: Scott Rigby <[email protected]>

* Fix links

Signed-off-by: Scott Rigby <[email protected]>
  • Loading branch information
scottrigby authored Aug 18, 2021
1 parent ac7bd7a commit 3159480
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 66 deletions.
9 changes: 0 additions & 9 deletions docs/examples/helm.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/gitops-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It defines the name of the application and the git url location of the repositor
### `app-gitops-runtime.yaml`
This file defines the flux runtime flow to deploy the application into a specific target.
For example, by default this uses the [flux kustomize](https://fluxcd.io/docs/components/kustomize/kustomization/) support
to deploy your application manifests into the cluster. Other options include [managing helm charts](examples/helm.md).
to deploy your application manifests into the cluster. Other options include managing helm charts.
```yaml
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-0.0.5/examples/_category_.json

This file was deleted.

9 changes: 0 additions & 9 deletions versioned_docs/version-0.0.5/examples/helm.md

This file was deleted.

2 changes: 1 addition & 1 deletion versioned_docs/version-0.0.5/gitops-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It defines the name of the application and the git url location of the repositor
### `app-gitops-runtime.yaml`
This file defines the flux runtime flow to deploy the application into a specific target.
For example, by default this uses the [flux kustomize](https://fluxcd.io/docs/components/kustomize/kustomization/) support
to deploy your application manifests into the cluster. Other options include [managing helm charts](/docs/examples/helm).
to deploy your application manifests into the cluster. Other options include managing helm charts.
```yaml
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-0.2.0/examples/_category_.json

This file was deleted.

9 changes: 0 additions & 9 deletions versioned_docs/version-0.2.0/examples/helm.md

This file was deleted.

2 changes: 1 addition & 1 deletion versioned_docs/version-0.2.0/gitops-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It defines the name of the application and the git url location of the repositor
### `app-gitops-runtime.yaml`
This file defines the flux runtime flow to deploy the application into a specific target.
For example, by default this uses the [flux kustomize](https://fluxcd.io/docs/components/kustomize/kustomization/) support
to deploy your application manifests into the cluster. Other options include [managing helm charts](examples/helm.md).
to deploy your application manifests into the cluster. Other options include managing helm charts.
```yaml
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-0.2.1/examples/_category_.json

This file was deleted.

9 changes: 0 additions & 9 deletions versioned_docs/version-0.2.1/examples/helm.md

This file was deleted.

2 changes: 1 addition & 1 deletion versioned_docs/version-0.2.1/gitops-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It defines the name of the application and the git url location of the repositor
### `app-gitops-runtime.yaml`
This file defines the flux runtime flow to deploy the application into a specific target.
For example, by default this uses the [flux kustomize](https://fluxcd.io/docs/components/kustomize/kustomization/) support
to deploy your application manifests into the cluster. Other options include [managing helm charts](examples/helm.md).
to deploy your application manifests into the cluster. Other options include managing helm charts.
```yaml
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-0.2.2/examples/_category_.json

This file was deleted.

9 changes: 0 additions & 9 deletions versioned_docs/version-0.2.2/examples/helm.md

This file was deleted.

2 changes: 1 addition & 1 deletion versioned_docs/version-0.2.2/gitops-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It defines the name of the application and the git url location of the repositor
### `app-gitops-runtime.yaml`
This file defines the flux runtime flow to deploy the application into a specific target.
For example, by default this uses the [flux kustomize](https://fluxcd.io/docs/components/kustomize/kustomization/) support
to deploy your application manifests into the cluster. Other options include [managing helm charts](examples/helm.md).
to deploy your application manifests into the cluster. Other options include managing helm charts.
```yaml
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
Expand Down

0 comments on commit 3159480

Please sign in to comment.