Merge pull request #10 from squaremo/better-config

Make patches work with kustomize build
This commit is contained in:
Michael Bridgen 2020-07-27 15:46:39 +01:00 committed by GitHub
commit 5405f23940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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:

View File

@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: image-reflector-controller
namespace: system
spec:
template:
spec: