Skip to content

Commit

Permalink
ROX-23709: Fix the volume mount error (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur authored Jun 14, 2024
1 parent adde0be commit 5bd9b61
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,13 @@ spec:
key: {{ .Values.fleetshardSync.tenantImagePullSecret.key | quote }}
{{- end }}
volumeMounts:
- mountPath: /var/run/secrets/tokens
- mountPath: /var/run/secrets/tokens/aws-token
subPath: aws-token
name: aws-token
readOnly: true
{{- if eq "SERVICE_ACCOUNT_TOKEN" .Values.fleetshardSync.authType }}
- mountPath: /var/run/secrets/tokens
- mountPath: /var/run/secrets/tokens/fleet-manager-token
subPath: fleet-manager-token
name: fleet-manager-token
readOnly: true
{{- end }}
Expand Down

0 comments on commit 5bd9b61

Please sign in to comment.