Skip to content

Commit

Permalink
#30-milestone3: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakasg18 authored Apr 25, 2022
1 parent 45069dd commit 3c821fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deployment_scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
: Resource Type -
- Kubernetes docker resource to deploy the applications to k8s cluster
- We used resource type {kudohn/concourse-k8s-resource}


: Resources -
- We need explicitly define the resource types, which are declared before we can use them. so we are going to tell concourse that we want to use kubernetes external resource ``{kudohn/concourse-k8s-resource}``
```yaml
resource_types:
- name: k8s
Expand All @@ -34,6 +30,9 @@
repository: kudohn/concourse-k8s-resource
```
: Resources -
- We need explicitly define the resource types, which are declared before we can use them. so we are going to tell concourse that we want to use kubernetes external resource ``{kudohn/concourse-k8s-resource}``
- we are using ```{git}``` resource supported by concourse which will pull the code from code repositories and we are using gitHub in our case
- We are using ```{registry-image}``` resource to build and publish our docker image to docker-hub
- We are using ``` {k8s} ``` reource, as defined above in the resource type section to connect to k8s cluster and deploy applications
Expand Down

0 comments on commit 3c821fe

Please sign in to comment.