Skip to content

Commit

Permalink
Add Tekton component support (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: caoyingjunz <[email protected]>
  • Loading branch information
youdian-xiaoshuai and caoyingjunz authored Jan 6, 2024
1 parent 4a94d13 commit 305511d
Show file tree
Hide file tree
Showing 5 changed files with 2,747 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Learn about Kubez Ansible by reading the documentation online [kubez-ansible](ht
- 微服务
- [Isito](docs/apply/istio.md)
- CICD
- [Tekton](docs/apply/tekton.md)
- [Jenkins](docs/apply/jenkins.md)
- [Harbor](docs/apply/harbor.md)
- [Jfrog-Artifactory](docs/apply/artifactory.md)
Expand Down
7 changes: 7 additions & 0 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ kube_applications:
enabled: "{{ enable_helm | bool }}"
- name: pixiu-localstorage
enabled: "{{ enable_pixiu_localstorage | bool }}"
- name: tekton
enabled: "{{ enable_tekton | bool }}"

#####################
# Application Images
Expand Down Expand Up @@ -335,6 +337,11 @@ jenkins_storage_size: "8Gi"
# The initial password for admin
initial_admin_password: "admin123456"

#################
# Tekton Options
#################
enable_tekton: "no"

#######################
# cert-manager Options
#######################
Expand Down
Loading

0 comments on commit 305511d

Please sign in to comment.