Merge pull request #10 from squaremo/better-config
Make patches work with kustomize build
This commit is contained in:
commit
5405f23940
|
|
@ -1,10 +1,10 @@
|
|||
# This patch inject a sidecar container which is a HTTP proxy for the
|
||||
# controller manager, it performs RBAC authorization against the Kubernetes API using SubjectAccessReviews.
|
||||
# This patch inject a sidecar container which is a HTTP proxy for the
|
||||
# controller manager, it performs RBAC authorization against the
|
||||
# Kubernetes API using SubjectAccessReviews.
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: image-reflector-controller
|
||||
namespace: system
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
name: image-reflector-controller
|
||||
namespace: system
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
|
|
|
|||
Loading…
Reference in New Issue