Skip to content

Commit

Permalink
A few more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thekatstevens committed Jul 29, 2024
1 parent e66ffa6 commit bb45415
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/pages/docs/kubernetes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2024-03-26
title: Kubernetes
navTitle: Overview
navSection: Kubernetes
description: Octopus Deploy provides support for deploying Kubernetes resources.
navOrder: 25
---
Expand Down
3 changes: 2 additions & 1 deletion src/pages/docs/kubernetes/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ layout: src/layouts/Default.astro
pubDate: 1000-01-01
modDate: 1000-01-01
title: Resources
navTitle: Resources
navTitle: Overview
navSection: Resources
description: TBC
navOrder: 40
hideInThisSectionHeader: true
Expand Down
1 change: 1 addition & 0 deletions src/pages/docs/kubernetes/steps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pubDate: 1000-01-01
modDate: 1000-01-01
title: Kubernetes Steps
navTitle: Overview
navSection: Steps
description: Kubernetes Steps
navOrder: 10
hideInThisSectionHeader: true
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/kubernetes/steps/kustomize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Also, remember that in Linux workers, the paths are case-sensitive, so it is alw

## Substitute Variables in Files

This setting is useful, for example, when you want to put your application specific configuration settings in a `.env` file and also have the value scoped per environment and/or tenant, see more information regarding [variable scoping](/docs/projects/variables/getting-started/#scoping-variables).
This setting is useful, for example, when you want to put your application specific configuration settings in a `.env` file and also have the value scoped per environment and/or tenant, see more information regarding [variable scoping](/docs/projects/variables#scoping-variables).
The target file paths are relative to the root of the git repository.
Again remember that in Linux workers, paths are case-sensitive, so it is always good practice to check this.
You can use glob patterns to target multiple files. [Learn more about glob patterns](/docs/deployments/kubernetes/glob-patterns).
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/kubernetes/targets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2024-04-24
title: Kubernetes
title: Kubernetes Targets
navTitle: Overview
navSection: Kubernetes
navSection: Targets
description: Kubernetes deployment targets
navOrder: 50
---
Expand Down
2 changes: 2 additions & 0 deletions src/pages/docs/kubernetes/targets/kubernetes-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2024-06-27
title: Kubernetes API
navTitle: Overview
navSection: Kubernetes API
description: How to configure a Kubernetes cluster as a deployment target in Octopus
navOrder: 20
---
Expand Down

0 comments on commit bb45415

Please sign in to comment.