Skip to content

Commit

Permalink
Merge branch 'main' into bb-merge-values
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Mar 30, 2023
2 parents a0cc4b1 + adeb4d6 commit 0060e99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 10 additions & 0 deletions packages/zarf-agent/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,20 @@ spec:
- name: zarf-state
mountPath: /etc/zarf-state
readOnly: true
# Required for OpenShift to mount k9s vendored directories
- name: config
mountPath: /.config
- name: xdg
mountPath: /etc/xdg
volumes:
- name: tls-certs
secret:
secretName: agent-hook-tls
- name: zarf-state
secret:
secretName: zarf-state
# Required for OpenShift to mount k9s vendored directories
- name: config
emptyDir: {}
- name: xdg
emptyDir: {}
5 changes: 0 additions & 5 deletions packages/zarf-registry/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ secrets:
interval: 10s
threshold: 3

securityContext:
enabled: true
runAsUser: 1000
fsGroup: 1000

podDisruptionBudget:
minAvailable: 1

Expand Down

0 comments on commit 0060e99

Please sign in to comment.