You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cron/k8s/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
Currently there is no automation to sync changes to these files to the GKE cluster.
4
4
Changes must be manually applied with `kubectl` by a user with permissions to modify the cluster.
5
5
6
+
Before committing any changes, it is recommended to check your YAML files for errors with [yamllint](yamllint.readthedocs.io). To check all YAML files in this directory, run:
7
+
```
8
+
yamllint -d relaxed .
9
+
```
10
+
Note: `relaxed` is a more tolerant, predefined config which ignores things like line length.
0 commit comments