Skip to content

Commit

Permalink
Merge pull request #201 from stakater/nav-fixes
Browse files Browse the repository at this point in the history
Navigation fixes
  • Loading branch information
rasheedamir authored Jan 5, 2024
2 parents 0d99e61 + 5a4951f commit 8633197
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 397 deletions.
2 changes: 0 additions & 2 deletions content/for-delivery-engineers/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ The Tutorials section provides step-by-step instructions for performing specific
- [Configure Apps GitOps repository](./tutorials/02-configure-apps-gitops-config/configure-apps-gitops-repo.md): This tutorial focuses on configuring the application-specific GitOps repository. It covers topics such as repository setup, aligning directories and files structure, application deployment manifests, and linking of Infra and Apps GitOps repositories.

- [Deploy demo app](./tutorials/03-deploy-demo-app/deploy-demo-app.md): This tutorial walks the delivery engineer through the process of deploying a demo application using Stakater's GitOps techniques. It covers steps like building and pushing of application image, creating an application chart, and pushing it to the helm repository.

- [Add Tekton pipeline](./tutorials/04-add-tekton-pipeline-to-demo-app/add-pipeline.md): This tutorial explains how to add a Tekton pipeline to the GitOps workflow. It provides instructions on defining pipeline tasks, configuring triggers, and integrating the pipeline with the overall delivery process.
Empty file.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Since we want the `git-ssh-creds` secret to be deployed in all of the tenant nam

1. Open the `tenant-operator-config` folder and create a `templates` folder inside it.

##TODO
<div style="text-align:center"><img src="images/template.png" /></div>

1. Now create a file named `git-ssh-creds-template.yaml` and add the following content.
Expand Down
Loading

0 comments on commit 8633197

Please sign in to comment.