Hi,
Issue: securityConext section on result's manifest of helm-converter is not equal to the one defined in helm values file
The securityContext in helm:
# -- Security context to be added to pod's containers
securityContext:
enabled: true
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
The securityConext porduced by jhelm-converter:
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
fsGroup: 2000
readOnlyRootFilesystem: true
Hi,
Issue: securityConext section on result's manifest of helm-converter is not equal to the one defined in helm values file
The securityContext in helm:
The securityConext porduced by jhelm-converter: