Skip to content

Commit

Permalink
# improve jenkins chart
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 29, 2024
1 parent 73aa4d4 commit 063e543
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
55 changes: 0 additions & 55 deletions server/chart/ops/jenkins/templates/configmap.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions server/chart/ops/jenkins/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ spec:
- name: docker-cmd
hostPath:
path: /usr/bin/docker
- name: gradle-init
configMap:
name: {{ .Release.Name }}
items:
- key: init.gradle
path: init.gradle
containers:
- name: {{ .Release.Name }}
image: jenkins/jenkins:lts-jdk11
Expand All @@ -43,9 +37,6 @@ spec:
mountPath: /usr/bin/docker
- name: data
mountPath: /var/jenkins_home/
- name: gradle-init
mountPath: /var/jenkins_home/tools/gradle/init.gradle
subPath: init.gradle
volumeClaimTemplates:
- metadata:
name: data
Expand Down

0 comments on commit 063e543

Please sign in to comment.