From 597166b10367a540033a8e01fc7653d23c19b914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 19:12:34 +0200 Subject: [PATCH] chore(gitea): fixed linting errors --- manifests/artemis/argocd/ingressRoute.yaml | 4 +--- manifests/artemis/argocd/kustomization.yaml | 3 +-- manifests/artemis/pocket-id/deployment.yaml | 2 +- manifests/artemis/pocket-id/ingress.yaml | 26 ++++++++++----------- manifests/artemis/pocket-id/pvc.yaml | 2 +- manifests/artemis/pocket-id/service.yaml | 2 +- 6 files changed, 18 insertions(+), 21 deletions(-) diff --git a/manifests/artemis/argocd/ingressRoute.yaml b/manifests/artemis/argocd/ingressRoute.yaml index b437790..a03be2a 100644 --- a/manifests/artemis/argocd/ingressRoute.yaml +++ b/manifests/artemis/argocd/ingressRoute.yaml @@ -15,9 +15,7 @@ spec: - name: argocd-server port: 80 - kind: Rule - match: > - Host(`cd.dgse.cloud`) && - Headers(`Content-Type`, `application/grpc`) + match: Host(`cd.dgse.cloud`) && Headers(`Content-Type`, `application/grpc`) priority: 11 services: - name: argocd-server diff --git a/manifests/artemis/argocd/kustomization.yaml b/manifests/artemis/argocd/kustomization.yaml index c0325e4..ff80074 100644 --- a/manifests/artemis/argocd/kustomization.yaml +++ b/manifests/artemis/argocd/kustomization.yaml @@ -94,8 +94,7 @@ patches: name: argocd-server rules: - apiGroups: ["argoproj.io"] - resources: ["applications", "applications/status", - "applications/finalizers"] + resources: ["applications", "applications/status", "applications/finalizers"] verbs: ["get", "list", "watch", "update", "patch", "delete"] - apiGroups: ["argoproj.io"] resources: ["appprojects"] diff --git a/manifests/artemis/pocket-id/deployment.yaml b/manifests/artemis/pocket-id/deployment.yaml index aab07d1..332aea5 100644 --- a/manifests/artemis/pocket-id/deployment.yaml +++ b/manifests/artemis/pocket-id/deployment.yaml @@ -34,4 +34,4 @@ spec: volumes: - name: pocket-id-data persistentVolumeClaim: - claimName: pocket-id-data \ No newline at end of file + claimName: pocket-id-data diff --git a/manifests/artemis/pocket-id/ingress.yaml b/manifests/artemis/pocket-id/ingress.yaml index fcb5c8d..7e4316b 100644 --- a/manifests/artemis/pocket-id/ingress.yaml +++ b/manifests/artemis/pocket-id/ingress.yaml @@ -6,17 +6,17 @@ metadata: name: pocket-id-ingress spec: rules: - - host: auth.dgse.cloud - http: - paths: - - backend: - service: - name: pocket-id - port: - number: 1411 - path: / - pathType: Prefix + - host: auth.dgse.cloud + http: + paths: + - backend: + service: + name: pocket-id + port: + number: 1411 + path: / + pathType: Prefix tls: - - hosts: - - auth.dgse.cloud - secretName: letsencrypt + - hosts: + - auth.dgse.cloud + secretName: letsencrypt diff --git a/manifests/artemis/pocket-id/pvc.yaml b/manifests/artemis/pocket-id/pvc.yaml index b2ee542..d92b801 100644 --- a/manifests/artemis/pocket-id/pvc.yaml +++ b/manifests/artemis/pocket-id/pvc.yaml @@ -10,4 +10,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi \ No newline at end of file + storage: 1Gi diff --git a/manifests/artemis/pocket-id/service.yaml b/manifests/artemis/pocket-id/service.yaml index 96f4488..d463346 100644 --- a/manifests/artemis/pocket-id/service.yaml +++ b/manifests/artemis/pocket-id/service.yaml @@ -12,4 +12,4 @@ spec: ports: - name: websecure port: 1411 - targetPort: 1411 \ No newline at end of file + targetPort: 1411