Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Oct 7, 2023
1 parent 9a7c218 commit 814932d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- A running kubernetes cluster (if you don't have one see *Setup a local cluster* section)
- [helm 3](https://helm.sh/) installed on your machine
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl/) installed on your machine
- [skaffold](https://skaffold.dev/) installed on your machine

### Setup a local cluster
Expand Down
15 changes: 7 additions & 8 deletions skaffold.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: skaffold/v2beta29
apiVersion: skaffold/v4beta7
kind: Config
metadata:
name: caddy-ingress-controller
Expand All @@ -12,13 +12,12 @@ deploy:
namespace: caddy-system
chartPath: charts/caddy-ingress-controller
recreatePods: true
artifactOverrides:
image: caddy/ingress
imageStrategy:
helm: {}
kubectl:
manifests:
- kubernetes/sample/*.yaml
setValueTemplates:
image:
repository: {{.IMAGE_FULLY_QUALIFIED_caddy_ingress}}
# kubectl:
# manifests:
# - kubernetes/sample/*.yaml
portForward:
- resourceType: service
resourceName: caddy-ingress-development-caddy-ingress-controller
Expand Down

0 comments on commit 814932d

Please sign in to comment.