* [stable/etcd-operator] pod annotations
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* feat: remove port
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
I don't use either of these charts anymore and don't keep up with the
upstream projects since I don't use them any longer. Removing myself as
there are other maintainers.
Signed-off-by: Chance Zibolski <czibolsk@redhat.com>
* Fix formatting error in table
* Made capitalisation consistent in table
* Update default values in README
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
* applied pre-install hooks to deployments to allow for operators to deploy and register custom resources before creating a crd and avoid having helm push an error indicating as much.
* moved annotation logic to the crds instead of the operators.
* updated apiversion for deployments.
* stable etcd chart: fixed deployment typo extra space in yamls. added optional tolerations to deployments. fixed restore pod, service label and selector mismatch
* fixed {{- end}} typos. changed restore operator app label to use `name` instead of `fullname`
* incremented chart patch
* (fix): add consistent space
* ensure service account names match if creating rbac
* decouple svc accts from rbac create logic
* svc account names should be empty by default
* leverage helpers for svc acct names
* don't camel case helper functions
* Update Chart.yaml
* major changes included to allow for backup, restore, and etcd operator deployments. This also includes deployments allowing for tls. Should be easier to understand what each piece means now.
helm lint ran
almost got restore, complete, for some reason container cannot conntact the right service.
renamed items, fixed restore svc and got it working properly.
* fixed naming issue.
* updated deployments for restore and back up and updates readme and some adjustments to values.yaml
* reduced empty lines in values.yaml file
* updated values so as not to try to deploy etcd cluster resource by default.
* changes based on PR comments and rbac standards.
* added names to backup and restore operators
* readmefile updated
* updated documentation regarding rbac
* changed serviceaccount fields for deployments to use template full name or name found in values file.
* rback service name changes revisited
* Add cluster.restore, cluster.pod and nodeSelector
* Update to more recent versions and convert to minor bump rather than patch
* Fix typo
* Version bump
* Bump
* bump etcd and etcd-operator version and update notes
* Update to latest operator
Add ability to create rbac roles and bindings for clusters with rbac enabled
Update helpers to provide 63 limit names
* update documentation
* change rbac default to off
* stable/etcd-operator: Don't abide to cluster.enabled on install and bump version 0.2.1
Fixes#728. The issue is that the TPR will not exist until after the
etcd-operator runs, causing validation to fail when the etcd.coreos.com/v1beta1
API version doesn't exist. Since it must be run-post install, ignore the
setting when the Release is an install.
* Fixed minor README typos