Skip to content

Commit

Permalink
feat(builder): add builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Oct 23, 2023
1 parent eb0cef4 commit 5dcc75a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Helm Chart for Builder
| varLibDockerVolume.storageSize | string | `nil` | |
| volumeClaimTemplates.varlibdocker.accessMode | string | `"ReadWriteOnce"` | |
| volumeClaimTemplates.varlibdocker.mountPath | string | `"/var/lib/docker"` | |
| volumeClaimTemplates.varlibdocker.size | string | `"10Gi"` | |
| volumeClaimTemplates.varlibdocker.size | string | `"100Gi"` | |
| volumeClaimTemplates.varlibdocker.storageClass | string | `nil` | |
| volumes.cf-certs.enabled | bool | `true` | |
| volumes.cf-certs.nameOverride | string | `"{{ .Release.Name }}-{{ .Values.global.codefresh }}-certs-client"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/builder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ volumeClaimTemplates:
varlibdocker:
mountPath: /var/lib/docker
accessMode: "ReadWriteOnce"
size: 10Gi
size: 100Gi
storageClass:

configMaps:
Expand Down
1 change: 1 addition & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ validate-yaml: true
check-version-increment: true
excluded-charts:
- cf-common-test
- builder

0 comments on commit 5dcc75a

Please sign in to comment.