renamed controller to operator
This commit is contained in:
parent
b23161a08d
commit
3a61942646
11 changed files with 45 additions and 45 deletions
13
testapp/certman-istio-operator/Makefile
Normal file
13
testapp/certman-istio-operator/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
CC=docker
|
||||
APP=certman-istio-operator
|
||||
TAG=127.0.0.1:5000/cert/$(APP):$(VERSION)
|
||||
|
||||
all: build push
|
||||
|
||||
build:
|
||||
$(CC) build --build-arg VERSION=$(VERSION) -t $(TAG) .
|
||||
|
||||
push:
|
||||
$(CC) push $(TAG)
|
||||
|
||||
.PHONY: build push
|
||||
Loading…
Add table
Add a link
Reference in a new issue