Skip to content

Commit

Permalink
Fix volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 10, 2024
1 parent 65791a4 commit 22bd438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hsp-observability-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: hsp-observability-agent
version: 0.1.4
version: 0.1.5
2 changes: 1 addition & 1 deletion charts/hsp-observability-agent/config/alloy-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ controller:
type: "statefulset"
volumes:
extra:
- name: "api-key"
- name: {{ .Values.api_key.secret | quote }}
secret:
secretName: {{ .Values.api_key.secret | quote }}
key: key
Expand Down

0 comments on commit 22bd438

Please sign in to comment.