more stuff

This commit is contained in:
Morten Olsen
2025-09-03 15:16:50 +02:00
parent 5ee7a76443
commit 03e406322f
9 changed files with 25 additions and 20 deletions

View File

@@ -4,16 +4,10 @@ metadata:
name: homelab-operator
build:
# This tells Skaffold to build the image locally using your Docker daemon.
local:
push: false
# This is the crucial part for your workflow. Instead of pushing to a
# registry, it loads the built image directly into your cluster's nodes.
# load: true
cluster: {}
artifacts:
# Defines the image to build. It matches the placeholder in deployment.yaml.
- image: homelaboperator
context: . # The build context is the root directory
context: .
docker:
dockerfile: Dockerfile