Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrUA committed May 2, 2023
1 parent 0eb366f commit a8b5607
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

replicaCount: 1

service: {}
# name: ""
# port: 80
# type: ClusterIP
# containerPort: 5000
# tls:
# enabled: false
# issuerName: ""

image: {}
# repository: organization/name
# pullPolicy: IfNotPresent
# tag: "latest"
service:
name: ""
port: 80
type: ClusterIP
containerPort: 5000
tls:
enabled: false
issuerName: ""

image:
repository: organization/name
pullPolicy: IfNotPresent
tag: "latest"

imagePullSecrets: []
nameOverride: ""
Expand All @@ -31,12 +31,12 @@ readinessProbe:
# path: /
port: http

serviceAccount: {}
# # Specifies whether a service account should be created
# create: false
# # Annotations to add to the service account
# annotations:
# eks.amazonaws.com/role-arn: arn:aws:iam::000000000000:role/name
serviceAccount:
# Specifies whether a service account should be created
create: false
# Annotations to add to the service account
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::000000000000:role/name

podAnnotations: {}

Expand Down

0 comments on commit a8b5607

Please sign in to comment.