Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix too many blank line in values file issue
Signed-off-by: rasel <[email protected]>
  • Loading branch information
Superm4n97 committed Apr 30, 2025
commit 2c4e3c27f4c156589bf2d3b4b95cfa52318e12ae
13 changes: 0 additions & 13 deletions charts/aws-credential-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,19 @@
# Declare variables to be passed into your templates.

replicaCount: 1

# Docker registry fqdn used to pull app related images.
# Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image}
registryFQDN: ghcr.io

image:
# Docker registry used to pull app container image
registry: appscode
repository: aws-credential-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -28,10 +24,8 @@ serviceAccount:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""

podAnnotations: {}
podLabels: {}

podSecurityContext: {}
# fsGroup: 2000

Expand All @@ -44,11 +38,9 @@ securityContext: # +doc-gen:break
runAsUser: 65534
seccompProfile:
type: RuntimeDefault

service:
type: ClusterIP
port: 8081

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand All @@ -73,7 +65,6 @@ readinessProbe:
port: http
initialDelaySeconds: 5
periodSeconds: 10

# Additional volumes on the output Deployment definition.
volumes: []
# - name: foo
Expand All @@ -88,11 +79,7 @@ volumeMounts: []
# readOnly: true

nodeSelector: {}

tolerations: []

affinity: {}

args: # +doc-gen:break
- irsa