mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 10:55:05 +00:00
Fix CRD definition
This commit is contained in:
parent
ad4f06f22d
commit
852f2bec2d
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ GIT_BRANCH := $(shell git branch | grep \* | cut -d ' ' -f2)
|
|||
GIT_HASH := $(GIT_BRANCH)/$(shell git log -1 --pretty=format:"%H")
|
||||
TIMESTAMP := $(shell date '+%Y-%m-%d_%I:%M:%S%p')
|
||||
|
||||
REGISTRY=index.docker.io
|
||||
REGISTRY?=index.docker.io
|
||||
REPO=$(REGISTRY)/nirmata/kyverno
|
||||
IMAGE_TAG?=$(GIT_VERSION)
|
||||
GOOS ?= $(shell go env GOOS)
|
||||
|
|
|
@ -70,7 +70,7 @@ spec:
|
|||
type: string
|
||||
name:
|
||||
type: string
|
||||
Namespace:
|
||||
namespace:
|
||||
type: string
|
||||
resources:
|
||||
type: object
|
||||
|
@ -133,7 +133,7 @@ spec:
|
|||
type: string
|
||||
name:
|
||||
type: string
|
||||
Namespace:
|
||||
namespace:
|
||||
type: string
|
||||
resources:
|
||||
type: object
|
||||
|
|
|
@ -133,7 +133,7 @@ spec:
|
|||
type: string
|
||||
name:
|
||||
type: string
|
||||
Namespace:
|
||||
namespace:
|
||||
type: string
|
||||
resources:
|
||||
type: object
|
||||
|
|
Loading…
Add table
Reference in a new issue