Skip to content

Commit

Permalink
fix(chart): issue with volumeMounts referencing non-existing volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad committed Apr 24, 2024
1 parent def4927 commit d63eadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/burrito/templates/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
- name: burrito-config
configMap:
name: burrito-config
- name: token-vol
- name: burrito-token
projected:
sources:
- serviceAccountToken:
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/burrito/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
- name: burrito-config
configMap:
name: burrito-config
- name: token-vol
- name: burrito-token
projected:
sources:
- serviceAccountToken:
Expand Down

0 comments on commit d63eadf

Please sign in to comment.