Closed diverdane closed 3 years ago
There should be no deprecation warnings regarding the use of RBAC API v1beta1 version when the Conjur OSS Helm chart is installed or deleted.
v1beta1
This change makes the v1 RBAC API version the most preferred version to use if it is available on the Kubernetes API server, rather than v1beta1.
v1
Resolves #159
CyberArk internal issue link: [insert issue ID]()
README
Desired Outcome
There should be no deprecation warnings regarding the use of RBAC API
v1beta1
version when the Conjur OSS Helm chart is installed or deleted.Implemented Changes
This change makes the
v1
RBAC API version the most preferred version to use if it is available on the Kubernetes API server, rather thanv1beta1
.Connected Issue/Story
Resolves #159
CyberArk internal issue link: [insert issue ID]()
Definition of Done
Changelog
Test coverage
Documentation
README
s) were updated in this PRBehavior
Security