Unverified Commit e36fe433 authored by Alex SZAKALY's avatar Alex SZAKALY Committed by GitHub
Browse files

Add missing Container Security Context to Helm Chart (#55)



This appears to be an accidental omission as it is already part
of the Kustomize based installation.

close #54

Signed-off-by: default avatarAlex Szakaly <alex.szakaly@gmail.com>
parent 4dde7014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ apiVersion: v2
name: pgo
description: A Helm chart for Kubernetes
type: application
version: 0.2.0
version: 0.2.1
appVersion: 5.0.3
+4 −0
Original line number Diff line number Diff line
@@ -29,4 +29,8 @@ spec:
        - name: PGO_TARGET_NAMESPACE
          valueFrom: { fieldRef: { apiVersion: v1, fieldPath: metadata.namespace } }
        {{- end }}
        securityContext:
          allowPrivilegeEscalation: false
          readOnlyRootFilesystem: true
          runAsNonRoot: true
      serviceAccount: {{ include "install.serviceAccountName" . }}