Pull bind CRDs from operator repo instead of vendoring
References the CRD bundle from the bind-operator repo by a stable raw URL so the CRDs never drift from the operator, matching how other apps import upstream manifests. - replace the nine vendored crds/*.yaml with a single remote resource: git.unkin.net/unkin/bind-operator raw config/crd/install.yaml at v0.1.1 - bump the operator image to v0.1.1 so the running operator and its CRDs come from the same tag
This commit is contained in:
@@ -21,7 +21,7 @@ spec:
|
||||
runAsNonRoot: true
|
||||
containers:
|
||||
- name: operator
|
||||
image: git.unkin.net/unkin/bind-operator:v0.1.0
|
||||
image: git.unkin.net/unkin/bind-operator:v0.1.1
|
||||
args:
|
||||
- --metrics-bind-address=:8080
|
||||
- --health-probe-bind-address=:8081
|
||||
|
||||
Reference in New Issue
Block a user