Skip to content

Commit

Permalink
#30-milestone3: icon params
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakasg18 committed Apr 11, 2022
1 parent f39946f commit d4dfb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment_scripts/concourse_cd/data_source_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
resource_types:
- name: k8s
type: docker-image
icon: kubernetes
source:
repository: kudohn/concourse-k8s-resource

resources:
- name: git-ds
type: git
icon: github
icon: git
source:
uri: https://github.com/airavata-courses/DCoders.git
branch: feature/30-implement-cd
Expand All @@ -26,6 +25,7 @@ resources:

- name: k8s
type: k8s
icon: kubernetes
source:
api_server_url: https://192.168.49.2:8443
api_server_cert: ((k8s-secret.api_server_cert))
Expand Down

0 comments on commit d4dfb2b

Please sign in to comment.