Skip to content

Commit

Permalink
Adding k8s-test kustomization
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienGiguere committed Nov 1, 2024
1 parent a8ad482 commit 9be94a0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions system/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ kind: Kustomization
resources:
- [email protected]:ClubCedille/k8s-base.git/bases/cert-manager/cert-manager-app.yaml

Check failure on line 5 in system/kustomization.yaml

View workflow job for this annotation

GitHub Actions / kubernetes-repo-standards / yaml-check / yaml-lint-check

5:5 [hyphens] too many spaces after hyphen

patches:
patch: |-
- op: replace
path: /spec/destination/server
value: https://kubernetes.default.svc
patches:

Check failure on line 7 in system/kustomization.yaml

View workflow job for this annotation

GitHub Actions / kubernetes-repo-standards / yaml-check / yaml-lint-check

7:3 syntax error: expected <block end>, but found '?' (syntax)
patch: |-

Check failure on line 8 in system/kustomization.yaml

View workflow job for this annotation

GitHub Actions / kubernetes-repo-standards / yaml-check / yaml-lint-check

8:5 [indentation] wrong indentation: expected 7 but found 4
- op: replace
path: /spec/destination/server
value: https://kubernetes.default.svc

0 comments on commit 9be94a0

Please sign in to comment.