Skip to content

Commit

Permalink
fixing yaml file linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <hansini.20@cse.mrt.ac.lk>
  • Loading branch information
hansinikarunarathne committed Aug 15, 2024
1 parent c2f23e3 commit fed2910
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Empty file modified tests/gh-actions/install_calico.sh
100755 → 100644
Empty file.
21 changes: 11 additions & 10 deletions tests/gh-actions/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ containerdConfigPatches:
# This is needed in order to support projected volumes with service account tokens.
# See: https://kubernetes.slack.com/archives/CEKK1KTN2/p1600268272383600
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
"service-account-issuer": "kubernetes.default.svc"
"service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
- |
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
"service-account-issuer": "kubernetes.default.svc"
"service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
networking:
disableDefaultCNI: true
podSubnet: 192.168.0.0/16
Expand All @@ -26,4 +26,5 @@ nodes:
- role: worker
image: kindest/node:v1.29.4@sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
- role: worker
image: kindest/node:v1.29.4@sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8
image: kindest/node:v1.29.4@sha256:3abb816a5b1061fb15c6e9e60856ec40d56b7b52bcea5f5f1350bc6e2320b6f8

Check failure on line 30 in tests/gh-actions/kind-cluster.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

30:3 [new-line-at-end-of-file] no new line character at the end of file

Check failure on line 30 in tests/gh-actions/kind-cluster.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

30:1 [trailing-spaces] trailing spaces

0 comments on commit fed2910

Please sign in to comment.