Skip to content

Commit 8913e81

Browse files
committed
fix(stack/observability): Replace extraVolumes with extraContainerVolumes
1 parent 61800f3 commit 8913e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stacks/observability/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ options:
6666
# Mount the certificate generated by the secret-operator
6767
- name: tls
6868
mountPath: /etc/grafana/certs/
69-
extraVolumes:
69+
extraContainerVolumes:
7070
# Request a TLS certificate from the secret-operator
7171
- name: tls
7272
ephemeral:

0 commit comments

Comments
 (0)