Skip to content

Commit

Permalink
feat: ado chart updated 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SajadOrouji-TomTom committed Sep 12, 2023
1 parent c25a50c commit c9cf298
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 44 deletions.
2 changes: 1 addition & 1 deletion charts/azure-devops-agents/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.0
version: 0.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
12 changes: 0 additions & 12 deletions charts/azure-devops-agents/templates/csiDriver.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions charts/azure-devops-agents/templates/imagepullsecret.yaml

This file was deleted.

5 changes: 1 addition & 4 deletions charts/azure-devops-agents/templates/scaledjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ spec:
jobTargetRef:
template:
spec:
{{- if .Values.workloadidentity.create }}
serviceAccountName: {{ include "azure-devops-agents.fullname" . }}
{{- end }}
restartPolicy: Never
containers:
- name: {{ include "azure-devops-agents.name" . }}
Expand All @@ -31,7 +28,7 @@ spec:
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
{{- toYaml .Values.readinessProbe | nindent 12 }}
{{- toYaml .Values.livenessProbe | nindent 12 }}
securityContext:
privileged: {{ .Values.agentPoolInfo.privileged }}
resources:
Expand Down
10 changes: 0 additions & 10 deletions charts/azure-devops-agents/templates/serviceAccount.yaml

This file was deleted.

9 changes: 1 addition & 8 deletions charts/azure-devops-agents/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ image:

imagePullSecrets: []
# name: secret
# secret: "c2VjcmV0Cg=="

nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -44,12 +43,6 @@ agentPoolInfo:
poolname: "keda self-hosted"
poolID: "2"

workloadidentity:
create: false
clientid: ""
parameters: ""
secretObjects: ""

secret:
create: true
name: "mysecret"
Expand All @@ -66,7 +59,7 @@ volumes:
configMap:
enabled: false

readinessProbe:
livenessProbe:
initialDelaySeconds: 120
periodSeconds: 60
successThreshold: 1
Expand Down

0 comments on commit c9cf298

Please sign in to comment.