Skip to content

Commit

Permalink
fixed volumes for kad-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
share2kanna committed Jun 5, 2024
1 parent 27948e9 commit 43872c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/kad/templates/agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
volumes:
- name: plugin-store-clone-dir
emptyDir: {}
- name: server-certificate
secret:
secretName: {{ include "kad.fullname" . }}-agent-server-mtls
containers:
- name: {{ .Chart.Name }}-agent
securityContext:
Expand Down Expand Up @@ -103,10 +106,6 @@ spec:
readOnly: true
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes:
- name: server-certificate
secret:
secretName: {{ include "kad.fullname" . }}-agent-server-mtls
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 43872c0

Please sign in to comment.