Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 25, 2023
1 parent f57419d commit 96d2ff5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kas/helm/kas/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
{{- include "kas.selectorLabels" . | nindent 8 }}
spec:
automountServiceAccountToken: false
{{- with .Values.imagePullSecrets }}
{{- with .Values.image.pullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
13 changes: 6 additions & 7 deletions kas/helm/kas/values.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
image:
# See: https://github.com/pluralsh/kubernetes-agent/pkgs/container/kas.
repository: ghcr.io/pluralsh/kas
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

imagePullSecrets: []
pullSecrets: []

nameOverride: ""

fullnameOverride: ""


podAnnotations: {}

podSecurityContext:
Expand Down Expand Up @@ -51,12 +50,12 @@ service:
type: ClusterIP

serviceAccount:
# Specifies whether a service account should be created
# Specifies whether a service account should be created.
create: true
# Annotations to add to the service account
# Annotations to add to the service account.
annotations: {}
# The name of the service account to use
# If not set and create is true, a name is generated using the fullname template
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template.
name: ""

metrics:
Expand Down

0 comments on commit 96d2ff5

Please sign in to comment.