Skip to content

Commit

Permalink
chore: fix kubepanel and objectstorage cluster image build. (#4559)
Browse files Browse the repository at this point in the history
* chore: fix typo error

* chore: fix kubepanel and objectstorage cluster image build.
Signed-off-by: yy <lingdie.yy@outlook.com>

Signed-off-by: yy <lingdie.yy@outlook.com>

---------

Signed-off-by: yy <lingdie.yy@outlook.com>
  • Loading branch information
lingdie committed Mar 5, 2024
1 parent 9110ede commit c921451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/objectstorage/Kubefile
Expand Up @@ -3,6 +3,7 @@ COPY tars tars
COPY etc etc
COPY scripts scripts
COPY manifests manifests
COPY registry registry

ENV cloudDomain=${cloudDomain:-"127.0.0.1.nip.io"}
ENV cloudPort=""
Expand Down
1 change: 1 addition & 0 deletions frontend/providers/kubepanel/deploy/Kubefile
Expand Up @@ -6,5 +6,6 @@ COPY manifests manifests

ENV cloudDomain="127.0.0.1.nip.io"
ENV cloudPort=""
ENV certSecretName="wildcard-cert"

CMD ["kubectl apply -f manifests"]

0 comments on commit c921451

Please sign in to comment.