Skip to content

Commit

Permalink
Update deploy secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas committed Nov 26, 2024
1 parent 1948a32 commit a39d813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/monitoring/crons/grafana-dashboard-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: grafana-dashboard-copy
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.2
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.3
command: [ "bash", "-c"]
args:
- date; echo "run dashboard-copy.py through run.sh";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: grafana-dashboard-exporter
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.2
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.3
command: [ "bash", "-c"]
args:
- date; echo "run dashboard-exporter.py through run.sh";
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/monitoring/deploy-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ elif [ "$secret" == "promxy-secrets" ]; then
elif [ "$secret" == "vmalert-secrets" ]; then
files=`ls $cdir/vmalert/ | awk '{ORS=" " ; print "--from-file="D"/"$1""}' D=$cdir/vmalert | sed "s, $,,g"`
elif [ "$secret" == "grafana-backup-secrets" ]; then
token="--from-file=${sdir}/grafana-backup/token_backup.json"
token="--from-file=${sdir}/grafana-backup/token.json"
cmsmonit_k="--from-file=${sdir}/cmsmonit-keytab/keytab"
files="${token} ${cmsmonit_k}"
elif [ "$secret" == "s3-keys-secrets" ]; then
Expand Down

0 comments on commit a39d813

Please sign in to comment.