Skip to content

Commit 48f7c05

Browse files
removed # Define the Secret volume text
Signed-off-by: Kushal Shukla kushalshukla110@gmail.com Signed-off-by: Kushagra <kushalshukla110@gmail.com>
1 parent b6df9e2 commit 48f7c05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

prombench/manifests/prombench/benchmark/3_prometheus-test-pr_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ spec:
829829
path: /mnt/disks/ssd0
830830
- name: prometheus-executable
831831
emptyDir: {}
832-
- name: bucket-config # Define the Secret volume
832+
- name: bucket-config
833833
secret:
834834
secretName: bucket-secret
835835
- name: blocksync-location-key

prombench/manifests/prombench/benchmark/3_prometheus-test-release_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ spec:
800800
hostPath:
801801
# /mnt is where GKE keeps it's SSD.
802802
path: /mnt/disks/ssd0
803-
- name: bucket-config # Define the Secret volume
803+
- name: bucket-config
804804
secret:
805805
secretName: bucket-secret
806806
- name: blocksync-location-key

0 commit comments

Comments
 (0)