Skip to content

Commit

Permalink
FIX: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Marx2 committed Dec 18, 2024
1 parent 85c80ea commit e5c1305
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/metallb/config/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ spec:
namespace: kube-system
spec:
addresses:
- "${METALLB_LB_RANGE}"
- "${METALLB_LB_RANGE}"
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
volumeClaimTemplate:
spec:
storageClassName: prometheus-omv
accessModes: [ "ReadWriteOnce" ]
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 50Gi
Expand Down
3 changes: 0 additions & 3 deletions cluster/apps/networking/mail/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@ spec:
tls:
- hosts:
- "mailhog.${SECRET_DOMAIN}"
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

0 comments on commit e5c1305

Please sign in to comment.