Compare commits
No commits in common. "4202ff8275a32eaf11b7628eafc050513f2252f4" and "3da62c91e2c939c5c397cd77f3af45728e1721ef" have entirely different histories.
4202ff8275
...
3da62c91e2
3 changed files with 2 additions and 3 deletions
|
@ -13,7 +13,7 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
name: Schemas
|
||||
runs-on: ["ubuntu-x86_64"]
|
||||
runs-on: ["docker-x86_64"]
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
@ -172,7 +172,7 @@ controlPlane:
|
|||
permissions: 0o644
|
||||
content: |
|
||||
[ NFSMount_Global_Options ]
|
||||
nfsvers=4.1
|
||||
nfsvers=4.2
|
||||
hard=True
|
||||
noatime=True
|
||||
nodiratime=True
|
||||
|
|
|
@ -13,6 +13,5 @@ pkgs.mkShell {
|
|||
k9s
|
||||
kubectl
|
||||
kubevirt
|
||||
fluxcd
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue