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