Skip to content

Commit

Permalink
adjust values.yaml accordingly to enable adjustable securityContext
Browse files Browse the repository at this point in the history
Signed-off-by: ChristianBieri1995 <[email protected]>
  • Loading branch information
ChristianBieri1995 authored May 14, 2024
1 parent 81f6522 commit c7ccef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/k8sgpt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ deployment:
requests:
cpu: "0.2"
memory: "156Mi"

securityContext:
runAsUser: 65532
runAsGroup: 65532
secret:
secretKey: "" # base64 encoded OpenAI token

Expand Down

0 comments on commit c7ccef6

Please sign in to comment.