Move permissions to template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
518fd38a0b
commit
bc025e7864
@ -5,8 +5,6 @@ metadata:
|
||||
namespace: node-red-ns
|
||||
spec:
|
||||
replicas: 1
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
selector:
|
||||
matchLabels:
|
||||
app: node-red
|
||||
@ -15,6 +13,8 @@ spec:
|
||||
labels:
|
||||
app: node-red
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: freshrss
|
||||
image: nodered/node-red
|
||||
|
Loading…
Reference in New Issue
Block a user