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 3d88275
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 @@ -12,9 +12,9 @@ metadata:
spec:
project: <PROJECT>
sources:
repoURL: 'https://kubernetes.github.io/dashboard'
targetRevision: 7.9.0
chart: kubernetes-dashboard
- 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
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 3d88275

Please sign in to comment.