Skip to content
Snippets Groups Projects

Read config files in configmaps from runtime repo

Merged Vineet Reddy Rajula requested to merge config-over-http into master
Files
9
+ 1
1
@@ -38,7 +38,7 @@ manager: generate fmt vet
# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet manifests
go run ./main.go
go run ./main.go --assignable-router-shard=apps-shard-1
# Install CRDs into a cluster
install: manifests kustomize
Loading