diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-10-14 13:54:17 +0200 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-10-14 14:04:43 +0200 |
commit | 720466562b0ea1e67ff36f44e0d95645837316d4 (patch) | |
tree | 94f2a255b596dee88ab1b08e4d589edeb585afa0 /certServiceK8sExternalProvider/deploy/configuration.yaml | |
parent | 9e42e7b6b524034035e94221098d1374f34c5165 (diff) |
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Mock implementaion enhanced
Libs upgraded.
Use v1 version of the resources.
Issue-ID: OOM-2559
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I009ff3ca8c3e84863dcf5cea290c8968280ca8ec
Diffstat (limited to 'certServiceK8sExternalProvider/deploy/configuration.yaml')
-rw-r--r-- | certServiceK8sExternalProvider/deploy/configuration.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certServiceK8sExternalProvider/deploy/configuration.yaml b/certServiceK8sExternalProvider/deploy/configuration.yaml index 711e5948..08e26fce 100644 --- a/certServiceK8sExternalProvider/deploy/configuration.yaml +++ b/certServiceK8sExternalProvider/deploy/configuration.yaml @@ -22,7 +22,7 @@ # ============LICENSE_END========================================================= # -apiVersion: certmanager.onap.org/v1beta1 +apiVersion: certmanager.onap.org/v1 kind: CertServiceIssuer metadata: name: certservice-issuer |