Move permissions to template
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-01 20:02:01 -04:00
parent 518fd38a0b
commit bc025e7864

View File

@ -5,8 +5,6 @@ metadata:
namespace: node-red-ns namespace: node-red-ns
spec: spec:
replicas: 1 replicas: 1
securityContext:
fsGroup: 1000
selector: selector:
matchLabels: matchLabels:
app: node-red app: node-red
@ -15,6 +13,8 @@ spec:
labels: labels:
app: node-red app: node-red
spec: spec:
securityContext:
fsGroup: 1000
containers: containers:
- name: freshrss - name: freshrss
image: nodered/node-red image: nodered/node-red