seenu433 / contosoexpense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

contosoexpense

Tekton - CICD setup

kubectl create ns conexp-devops

kubectl apply -f admin-role.yaml -n conexp-devops kubectl apply -f webhook-role.yaml -n conexp-devops

kubectl apply -f create-ingress.yaml -n conexp-devops kubectl apply -f create-webhook.yaml -n conexp-devops

kubectl apply -f github-secret.yaml -n conexp-devops

kubectl apply -f pipeline.yaml -n conexp-devops kubectl apply -f triggers.yaml -n conexp-devops

kubectl apply -f webhook-run.yaml -n conexp-devops kubectl apply -f ingress-run.yaml -n conexp-devops

Note the change in namespace to the deployment namespace kubectl apply -f service-account.yaml -n conexp

About


Languages

Language:C# 66.1%Language:HTML 31.2%Language:CSS 1.3%Language:Dockerfile 1.1%Language:JavaScript 0.4%