Skip to content

Commit

Permalink
[chore] Change deploy directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Sep 25, 2024
1 parent f80fd9e commit b678297
Show file tree
Hide file tree
Showing 93 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/dubboctl/identifier/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

import (
"github.com/apache/dubbo-kubernetes/app/dubboctl/internal/filesystem"
"github.com/apache/dubbo-kubernetes/deploy"
"github.com/apache/dubbo-kubernetes/manifests"
)

var (
Expand All @@ -44,5 +44,5 @@ var (
var UnionFS filesystem.UnionFS

func init() {
UnionFS = filesystem.NewUnionFS(deploy.EmbedRootFS)
UnionFS = filesystem.NewUnionFS(manifests.EmbedRootFS)
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deploy/embedded.go → manifests/embedded.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package deploy
package manifests

import (
"embed"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/dp/dp.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ COPY pkg pkg/
COPY app app/
COPY api api/
COPY conf conf/
COPY deploy deploy/
COPY manifests manifests/
COPY generate generate/
COPY test/proxy/dp test/proxy/dp

Expand Down

0 comments on commit b678297

Please sign in to comment.