Compare commits

..

3 commits

Author SHA1 Message Date
4202ff8275
Correct runner tag.
All checks were successful
Schemas / Schemas (push) Successful in 1m14s
2024-07-04 14:35:03 -05:00
cda2916eb8
Add flux to shell for cluster administration 2024-07-04 14:35:02 -05:00
d6293f4f2e
4.1 for maximum compatibility 2024-07-04 14:35:00 -05:00
3 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ on:
jobs:
publish:
name: Schemas
runs-on: ["docker-x86_64"]
runs-on: ["ubuntu-x86_64"]
permissions:
contents: read
packages: write

View file

@ -172,7 +172,7 @@ controlPlane:
permissions: 0o644
content: |
[ NFSMount_Global_Options ]
nfsvers=4.2
nfsvers=4.1
hard=True
noatime=True
nodiratime=True

View file

@ -13,5 +13,6 @@ pkgs.mkShell {
k9s
kubectl
kubevirt
fluxcd
];
}