Skip to content

Commit

Permalink
misc: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Oct 29, 2024
1 parent 49b24a8 commit 4fc3002
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ app:
tls:
enabled: true
secretName: "kubernetes-dashboard-tls"
# Adds following annotation cert-manager.io/cluster-issuer: letsencrypt-prod
issuer:
scope: cluster
name: "letsencrypt-prod"
# This will append our Ingress with annotations required by our default configuration.
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
# nginx.ingress.kubernetes.io/ssl-redirect: "true"
useDefaultAnnotations: true
annotations:
argocd.argoproj.io/sync-wave: "2"

Check failure on line 20 in kubernetes-dashboard/components/kubernetes-dashboard/values.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

20:40 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 4fc3002

Please sign in to comment.