Skip to content

Commit

Permalink
fix: yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Oct 31, 2024
1 parent 4fc3002 commit 91dd8f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ spec:
repoURL: 'https://kubernetes.github.io/dashboard'
targetRevision: 7.9.0
chart: kubernetes-dashboard
helm:
valueFiles:
- $values/registry/clusters/<CLUSTER_NAME>/components/kubernetes-dashboard/values.yaml
helm:
valueFiles:
- $values/registry/clusters/<CLUSTER_NAME>/components/kubernetes-dashboard/values.yaml
- repoURL: <GITOPS_REPO_URL>

Check failure on line 21 in kubernetes-dashboard/components/kubernetes-dashboard/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

21:5 syntax error: expected <block end>, but found '-' (syntax)
targetRevision: HEAD
ref: values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ roleRef:
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: dashboard-user
namespace: kubernetes-dashboard
- kind: ServiceAccount
name: dashboard-user
namespace: kubernetes-dashboard
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
app:
---
app:
ingress:
enabled: true
hosts:
Expand All @@ -17,4 +18,4 @@ app:
# nginx.ingress.kubernetes.io/ssl-redirect: "true"
useDefaultAnnotations: true
annotations:
argocd.argoproj.io/sync-wave: "2"
argocd.argoproj.io/sync-wave: "2"

0 comments on commit 91dd8f2

Please sign in to comment.