Skip to content

Commit

Permalink
feat: add pod labels support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiStefanie committed Jul 9, 2024
1 parent b9a258a commit 029b2a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: kubernetes-agent
description: A Helm chart used to deploy the Cyscale Kubernetes agent.
version: 1.3.1
appVersion: v0.24.2
version: 1.4.0
appVersion: v0.25.0
type: application

icon: https://media.licdn.com/dms/image/C4D0BAQEonulGiwwtgA/company-logo_200_200/0/1630511856380/cyscale_logo?e=2147483647&v=beta&t=92c83G4PnWeieXQS9VPy7DbbL5vLHqQjQzutDCPqaM8
3 changes: 3 additions & 0 deletions charts/kubernetes-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
{{- end }}
labels:
{{- include "kubernetes-agent.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
1 change: 1 addition & 0 deletions charts/kubernetes-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ serviceAccount:
name: ''

podAnnotations: {}
podLabels: {}

podSecurityContext: {}
# fsGroup: 2000
Expand Down

0 comments on commit 029b2a4

Please sign in to comment.