Compare commits

..

No commits in common. "4202ff8275a32eaf11b7628eafc050513f2252f4" and "3da62c91e2c939c5c397cd77f3af45728e1721ef" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View file

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

View file

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

View file

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