Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDevopsman committed Nov 29, 2024
1 parent 1358451 commit 18a2b21
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions charts/eventcatalog/values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
replicaCount: 1

image:
name: eventcatalog
repository: quay.io/osodevops/eventcatalog # Container image with the static site built
tag: "" # If not specified, defaults to .Chart.AppVersion
# Container image with the static site built
repository: quay.io/osodevops/eventcatalog
# If not specified, defaults to .Chart.AppVersion
tag: ""

Check failure on line 7 in charts/eventcatalog/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

7:10 [trailing-spaces] trailing spaces
pullPolicy: IfNotPresent

service:
type: ClusterIP
port: 80 # Default port for the service

# Default port for the service
port: 80
ingress:
enabled: true
domain: true
ingressClass: nginx
annotations:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
Expand All @@ -26,11 +26,10 @@ ingress:
- secretName: test-eventcatalog
hosts:
- example.com

resources:
requests:
memory: "256Mi"
cpu: "500m"
limits:
memory: "512Mi"
cpu: "1"
cpu: "1"

0 comments on commit 18a2b21

Please sign in to comment.