Skip to content

Commit

Permalink
fix: yaml problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Feb 21, 2025
1 parent 6a8dc68 commit e452efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/providers/devbox/deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ spec:
- name: devbox-frontend
env:
- name: SEALOS_DOMAIN
value: { { .cloudDomain } }
value: {{ .cloudDomain }}
- name: INGRESS_SECRET
value: wildcard-cert
- name: REGISTRY_ADDR
value: { { .registryAddr } }
value: {{ .registryAddr }}
- name: DEVBOX_AFFINITY_ENABLE
value: 'true'
- name: MONITOR_URL
Expand Down

0 comments on commit e452efe

Please sign in to comment.