bank-vaults / vault-operator

Kubernetes operator for Hashicorp Vault
https://bank-vaults.dev/docs/operator/
Apache License 2.0
59 stars 22 forks source link

feat: Add CRD Support for Oracle Cloud Infrastructure #457

Closed jynolen closed 5 months ago

jynolen commented 5 months ago

Overview

This PR is the sister PR of bank-vaults/bank-vaults#2660 It adds CRD Support for Oracle Cloud Infrastructure

Notes for reviewer

See bank-vaults/bank-vaults#2660 for complete implementation

jynolen commented 5 months ago

Required Changes had been performed

csatib02 commented 5 months ago

Also please change this line in the makefile:

# Dependency versions
GOLANGCI_VERSION = 1.53.3
LICENSEI_VERSION = 0.8.0
KIND_VERSION = 0.20.0
KURUN_VERSION = 0.7.0
CODE_GENERATOR_VERSION = 0.27.1
HELM_DOCS_VERSION = 1.11.0
KUSTOMIZE_VERSION = 5.1.0
CONTROLLER_TOOLS_VERSION = 0.15.0 # <-- This line

Delete the bin folder, then run make deps again, finally run make generate. You can commit the controller-tools-version change too, since it had nil pointer issues in the past.

jynolen commented 5 months ago

Changed done

ramizpolic commented 5 months ago

Depends on https://github.com/bank-vaults/bank-vaults/pull/2660