We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29f24c commit a5793ccCopy full SHA for a5793cc
deploy/example/nfs-provisioner/nfs-krb-server.yaml
@@ -45,6 +45,10 @@ spec:
45
containers:
46
- name: nfs-krb-server
47
image: docker.io/thealmightydrawingtablet/nfs-krb:alpine
48
+ command:
49
+ - bash
50
+ - -c
51
+ - "./init.sh & tail -f /var/log/messages /var/log/rpc-gssd.log /var/log/gssd.log"
52
env:
53
- name: SHARED_DIRECTORY
54
value: "/srv/shared"
0 commit comments